remove -Werror=sign-compare for now since it's not supported on some older compilers

This commit is contained in:
Timothy Stack 2015-04-11 11:31:07 -07:00
parent 8405481381
commit 1c41731c33
2 changed files with 0 additions and 2 deletions

View File

@ -64,7 +64,6 @@ AM_LDFLAGS = \
AM_CPPFLAGS = \
-DSYSCONFDIR='"$(sysconfdir)"' \
-Wall \
-Werror=sign-compare \
$(READLINE_CFLAGS) \
$(SQLITE3_CFLAGS)

View File

@ -16,7 +16,6 @@ simple-db.db: simple-db.sql
AM_CPPFLAGS = \
-Wall \
-Werror=sign-compare \
-I$(top_srcdir)/src \
$(READLINE_CFLAGS) \
$(SQLITE3_CFLAGS)