Fixed some warnings

This commit is contained in:
slidedraw 2002-04-11 04:01:05 +00:00
parent 4b5e11f7a7
commit cb07e4852a
4 changed files with 3 additions and 2 deletions

View File

@ -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...

View File

@ -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...

View File

@ -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;

View File

@ -1,2 +1 @@
#define VERSION "0.5"