From 2f9dec93e65724ed24ec03154bfcdd21024171eb Mon Sep 17 00:00:00 2001 From: titan Date: Sun, 9 Sep 2007 19:31:27 +0000 Subject: [PATCH] I'm back! Lets not error on warnings. Still expose them, just not error. SVN revision: 31665 --- src/bin/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index e2ffab1..d60ef6f 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -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@