I'm back! Lets not error on warnings. Still expose them, just not

error.


SVN revision: 31665
This commit is contained in:
titan 2007-09-09 19:31:27 +00:00 committed by titan
parent 32f813ff0d
commit 2f9dec93e6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ ephoto_SOURCES = ephoto.c \
ephoto_slideshow.c \
ephoto_utils.c
ephoto_CFLAGS = @EWL_CFLAGS@ @SQLITE_CFLAGS@ @EXIF_CFLAGS@ -Wall -Werror
ephoto_CFLAGS = @EWL_CFLAGS@ @SQLITE_CFLAGS@ @EXIF_CFLAGS@ -Wall
ephoto_LDADD = @EWL_LIBS@ @SQLITE_LIBS@ @EXIF_LIBS@