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:
parent
3d9f5cc914
commit
9e958b2c1e
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ typedef
|
||||||
char *name;
|
char *name;
|
||||||
void *font;
|
void *font;
|
||||||
}
|
}
|
||||||
PACKED
|
// PACKED
|
||||||
CWIDGET; // BEWARE: gb.qt.h MUST be updated accordingly!
|
CWIDGET; // BEWARE: gb.qt.h MUST be updated accordingly!
|
||||||
|
|
||||||
typedef
|
typedef
|
||||||
|
|
Loading…
Reference in a new issue