blob: 97c515e00b6eb9372c8024632446ae26be0f847a [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001fix 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
Brad Bishop316dfdd2018-06-25 12:45:53 -04009Index: 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],
Brad Bishop6e60e8b2018-02-01 10:27:11 -050014 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'`