Updated cxxflags patch to remove pedantic flag
This commit is contained in:
parent
4ed40e662a
commit
7dcfec017b
@ -8,3 +8,14 @@
|
||||
elif test `echo "$CXX" | egrep -c 'xlC$'` -eq 1; then
|
||||
echo "$as_me:$LINENO: result: AIX xlC" >&5
|
||||
echo "${ECHO_T}AIX xlC" >&6
|
||||
--- pstoedit-3.45/configure~ 2008-05-14 14:10:30.000000000 +0200
|
||||
+++ pstoedit-3.45/configure 2008-05-14 14:19:58.000000000 +0200
|
||||
@@ -22282,7 +22282,7 @@
|
||||
else
|
||||
{ echo "$as_me:$LINENO: result: GNU" >&5
|
||||
echo "${ECHO_T}GNU" >&6; }
|
||||
- SPECIAL_CXXFLAGS="-DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith "
|
||||
+ SPECIAL_CXXFLAGS="-DBUGGYGPP -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith "
|
||||
fi
|
||||
elif test `echo "$CXX" | egrep -c 'xlC$'` -eq 1; then
|
||||
{ echo "$as_me:$LINENO: result: AIX xlC" >&5
|
||||
|
Loading…
Reference in New Issue
Block a user