Search
j0ke.net Open Build Service
>
Projects
>
server:routing
>
xorp
> xorp-1.6_no_Werror.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File xorp-1.6_no_Werror.patch of Package xorp (Revision 8)
Currently displaying revision
8
,
show latest
--- configure.in.orig 2009-01-26 22:13:31.000000000 +0100 +++ configure.in 2009-01-26 22:15:17.000000000 +0100 @@ -1033,14 +1033,14 @@ dnl for C only for example might not be detected. dnl if test "${ICC}" = "yes" ; then - CPARANOIDFLAGS="-Werror" - CXXPARANOIDFLAGS="-Werror" + CPARANOIDFLAGS="" + CXXPARANOIDFLAGS="" elif test "${_USING_WINDOWS}" = "1" ; then CPARANOIDFLAGS="-Werror -W -Wall -Wwrite-strings -Wbad-function-cast -Wcast-qual -Wpointer-arith -Wcast-align -Wnested-externs" CXXPARANOIDFLAGS="-Werror -W -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wcast-align -Wstrict-prototypes -Woverloaded-virtual -Wtraditional" else - CPARANOIDFLAGS="-Werror -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wnested-externs" - CXXPARANOIDFLAGS="-Werror -W -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wcast-align -Wstrict-prototypes -Woverloaded-virtual -Wtraditional" + CPARANOIDFLAGS="-W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wnested-externs" + CXXPARANOIDFLAGS="-W -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wcast-align -Wstrict-prototypes -Woverloaded-virtual -Wtraditional" fi XR_TRY_ADD_CFLAGS($CPARANOIDFLAGS) --- configure.orig 2009-01-26 22:13:36.000000000 +0100 +++ configure 2009-01-26 22:14:55.000000000 +0100 @@ -34076,7 +34076,7 @@ fi _save_cflags="$CFLAGS" -CFLAGS="$CFLAGS -Wcast-align -Werror" +CFLAGS="$CFLAGS -Wcast-align" { echo "$as_me:$LINENO: checking whether the build environment has broken CMSG_NXTHDR macro" >&5 echo $ECHO_N "checking whether the build environment has broken CMSG_NXTHDR macro... $ECHO_C" >&6; } @@ -40561,7 +40561,7 @@ " _save_cflags="$CFLAGS" -CFLAGS="$CFLAGS -Wcast-align -Werror" +CFLAGS="$CFLAGS -Wcast-align" { echo "$as_me:$LINENO: checking whether the build environment has broken NLMSG_NEXT macro" >&5 echo $ECHO_N "checking whether the build environment has broken NLMSG_NEXT macro... $ECHO_C" >&6; } @@ -43562,14 +43562,14 @@ fi if test "${ICC}" = "yes" ; then - CPARANOIDFLAGS="-Werror" - CXXPARANOIDFLAGS="-Werror" + CPARANOIDFLAGS="" + CXXPARANOIDFLAGS="" elif test "${_USING_WINDOWS}" = "1" ; then CPARANOIDFLAGS="-Werror -W -Wall -Wwrite-strings -Wbad-function-cast -Wcast-qual -Wpointer-arith -Wcast-align -Wnested-externs" CXXPARANOIDFLAGS="-Werror -W -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wcast-align -Wstrict-prototypes -Woverloaded-virtual -Wtraditional" else - CPARANOIDFLAGS="-Werror -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wnested-externs" - CXXPARANOIDFLAGS="-Werror -W -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wcast-align -Wstrict-prototypes -Woverloaded-virtual -Wtraditional" + CPARANOIDFLAGS="-W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wnested-externs" + CXXPARANOIDFLAGS="-W -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wcast-align -Wstrict-prototypes -Woverloaded-virtual -Wtraditional" fi