Skip to content

Commit

Permalink
remove -Werror=sign-compare for now since it's not supported on some …
Browse files Browse the repository at this point in the history
…older compilers
  • Loading branch information
tstack committed Apr 11, 2015
1 parent 8405481 commit 1c41731
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ AM_LDFLAGS = \
AM_CPPFLAGS = \
-DSYSCONFDIR='"$(sysconfdir)"' \
-Wall \
-Werror=sign-compare \
$(READLINE_CFLAGS) \
$(SQLITE3_CFLAGS)

Expand Down
1 change: 0 additions & 1 deletion test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ simple-db.db: simple-db.sql

AM_CPPFLAGS = \
-Wall \
-Werror=sign-compare \
-I$(top_srcdir)/src \
$(READLINE_CFLAGS) \
$(SQLITE3_CFLAGS)
Expand Down

0 comments on commit 1c41731

Please sign in to comment.