Age | Commit message (Collapse) | Author |
|
Makes sure that any flags set in config.h that affect system headers
are applied equally across all source files.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
Found by using:
codespell --builtin clear,rare,usage,informal,code,names
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
comm.c:55:15: warning: redundant redeclaration of ‘CM_entries’ [-Wredundant-decls]
extern Widget CM_entries[NUM_CM_ENTRIES], TM_entries[NUM_TM_ENTRIES];
^~~~~~~~~~
In file included from comm.c:46:0:
editresP.h:339:15: note: previous declaration of ‘CM_entries’ was here
extern Widget CM_entries[NUM_CM_ENTRIES];
^~~~~~~~~~
comm.c:55:43: warning: redundant redeclaration of ‘TM_entries’ [-Wredundant-decls]
extern Widget CM_entries[NUM_CM_ENTRIES], TM_entries[NUM_TM_ENTRIES];
^~~~~~~~~~
In file included from comm.c:46:0:
editresP.h:343:15: note: previous declaration of ‘TM_entries’ was here
extern Widget TM_entries[NUM_TM_ENTRIES];
^~~~~~~~~~
handler.c:502:16: warning: redundant redeclaration of ‘do_get_values’ [-Wredundant-decls]
extern Boolean do_get_values;
^~~~~~~~~~~~~
In file included from handler.c:40:0:
editresP.h:334:16: note: previous declaration of ‘do_get_values’ was here
extern Boolean do_get_values;
^~~~~~~~~~~~~
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
Depends on building with a libXt version that defines String as a
const char * if _CONST_X_STRING is defined.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
'git diff -w' shows no changes for this commit
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
make distcheck and all gcc 4.3 and sparse warnings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|