Fix warning about converting a packed CWIDGET pointer.....may result in an unaligned pointer value

Remove PACKED attribute - it doesn't change the size of CWIDGET (56 on x86_64)
This commit is contained in:
Laurent Carlier 2019-11-02 17:19:52 +01:00
parent 3d9f5cc914
commit 9e958b2c1e

View file

@ -83,7 +83,7 @@ typedef
char *name;
void *font;
}
PACKED
// PACKED
CWIDGET; // BEWARE: gb.qt.h MUST be updated accordingly!
typedef