• Teodor Mircea Ionita's avatar
    MDEV-15778: Remove packed attr from omt_ and subtree_ classes · 1735fa34
    Teodor Mircea Ionita authored
    This is happening because they are declared as packed
    and clang has -Waddress-of-packed-member when passing the
    address of a packed member, a legit concern on different
    architectures. The easiest way to get rid of the errors is to
    remove the packed attribute from said structs.
    1735fa34
omt.h 34.1 KB