mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 00:30:06 +02:00
21 lines
951 B
Diff
21 lines
951 B
Diff
diff -up file-5.15/configure.ac.orig file-5.15/configure.ac
|
|
--- file-5.15/configure.ac.orig 2012-02-21 12:16:29.015728640 -0700
|
|
+++ file-5.15/configure.ac 2012-05-02 22:53:14.077594624 -0600
|
|
@@ -142,14 +142,14 @@ else
|
|
WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
|
|
-Wmissing-declarations -Wredundant-decls -Wnested-externs \
|
|
-Wsign-compare -Wreturn-type -Wswitch -Wshadow \
|
|
- -Wcast-qual -Wwrite-strings -Wextra -Wunused-parameter -Wformat=2"
|
|
+ -Wcast-qual -Wwrite-strings"
|
|
fi], [
|
|
if test "$GCC" = yes; then
|
|
AC_MSG_RESULT(yes)
|
|
WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
|
|
-Wmissing-declarations -Wredundant-decls -Wnested-externs \
|
|
-Wsign-compare -Wreturn-type -Wswitch -Wshadow \
|
|
- -Wcast-qual -Wwrite-strings -Wextra -Wunused-parameter -Wformat=2"
|
|
+ -Wcast-qual -Wwrite-strings"
|
|
else
|
|
WARNINGS=
|
|
AC_MSG_RESULT(no)
|