Fixed some warnings
This commit is contained in:
parent
4b5e11f7a7
commit
cb07e4852a
@ -13,6 +13,7 @@ xlhtml_SOURCES = support.c xlhtml.c html.c ascii.c xml.c
|
||||
xldump_SOURCES = xldump.c
|
||||
xlcdump_SOURCES = xlcdump.c
|
||||
AM_CFLAGS = -Wall -Wshadow -Wcast-align -Wpointer-arith
|
||||
support.o: version.h
|
||||
|
||||
doc:
|
||||
@echo Generating documentation...
|
||||
|
@ -384,6 +384,7 @@ install-am install uninstall-am uninstall all-redirect all-am all \
|
||||
installdirs mostlyclean-generic distclean-generic clean-generic \
|
||||
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
||||
|
||||
support.o: version.h
|
||||
|
||||
doc:
|
||||
@echo Generating documentation...
|
||||
|
@ -34,7 +34,7 @@ extern int MaxFontsExceeded;
|
||||
extern int MaxPalExceeded;
|
||||
extern int MaxXFExceeded;
|
||||
extern int MaxFormatsExceeded;
|
||||
extern char colorTab[MAX_COLORS];
|
||||
extern char colorTab[MAX_COLORS][8];
|
||||
extern char *default_text_color;
|
||||
extern char *default_background_color;
|
||||
extern char *default_image;
|
||||
|
@ -1,2 +1 @@
|
||||
|
||||
#define VERSION "0.5"
|
||||
|
Loading…
Reference in New Issue
Block a user