blob: 97c515e00b6eb9372c8024632446ae26be0f847a [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001fix host gcc warnings
2
3Remove gcc warnings when gcc is v3.2
4
5Upstream-Status: Pending
6
7Signed-of-by: Aws Ismail <aws.ismail@windriver.com>
8
9Index: openhpi-3.6.1/configure.ac
10===================================================================
11--- openhpi-3.6.1.orig/configure.ac
12+++ openhpi-3.6.1/configure.ac
13@@ -656,11 +656,6 @@ AC_ARG_ENABLE([werror],
14 fi],
15 [])
16
17-if test -n "`gcc --version | grep ' 3.2'`" ; then
18- CC_WARNINGS=`echo $CC_WARNINGS | sed -e 's/-Wno-strict-aliasing//g'`
19- CXX_WARNINGS=`echo $CC_WARNINGS | sed -e 's/-Wno-strict-aliasing//g'`
20-fi
21-
22 case $host_os in
23 solaris*)
24 CC_WARNINGS=`echo $CC_WARNINGS | sed -e 's/-Wcast-qual//g'`