mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 01:10:39 +00:00
Remove compiler warnings from clang.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30117 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
750d092f4c
commit
63638ee055
16 changed files with 74 additions and 45 deletions
|
@ -93,9 +93,9 @@ typedef struct _tableViewFlags
|
|||
unsigned int emptySelection:1;
|
||||
unsigned int multipleSelection:1;
|
||||
unsigned int columnSelection:1;
|
||||
unsigned int __unused:26;
|
||||
unsigned int _unused:26;
|
||||
#else
|
||||
unsigned int __unused:26;
|
||||
unsigned int _unused:26;
|
||||
unsigned int columnSelection:1;
|
||||
unsigned int multipleSelection:1;
|
||||
unsigned int emptySelection:1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue