Haiku: skip -Wextra -Wno-unused-parameter for GCC 2.95

This is needed to compile for the primary arch.
This commit is contained in:
François Revol
2019-11-17 15:10:08 +01:00
parent 884dace400
commit 962bf4de5e
2 changed files with 9 additions and 1 deletions

View File

@@ -11,7 +11,8 @@ SSL_LIBS = @openssl_LIBS@
RESOLV_CFLAGS = @RESOLV_CFLAGS@
RESOLV_LIBS = @RESOLV_LIBS@
STROPHE_FLAGS = -I$(top_srcdir) -Wall -Wextra -Wno-unused-parameter
WARNING_FLAGS = @WARNING_FLAGS@
STROPHE_FLAGS = -I$(top_srcdir) $(WARNING_FLAGS)
STROPHE_LIBS = libstrophe.la
## Main build targets