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

pull/216/head v0.7.3
Timothy Stack 10 years ago
parent 8405481381
commit 1c41731c33

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

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

Loading…
Cancel
Save