28 Dec, 2018
1 commit
-
Currently, images.c is included by qconf.cc and gconf.c.
qconf.cc uses all of xpm_* arrays, but gconf.c only some of them.
Hence, lots of "... defined but not used" warnings are displayed
while compiling gconf.cSplitting out images.c fixes the warnings.
Signed-off-by: Masahiro Yamada