mirror of
https://github.com/tstack/lnav
synced 2024-11-17 15:29:40 +00:00
remove -Werror=sign-compare for now since it's not supported on some older compilers
This commit is contained in:
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…
Reference in New Issue
Block a user