Pacify gcc-current -Wall.

This commit is contained in:
Andrew Cagney
1997-09-03 07:30:17 +00:00
parent fdd64f952d
commit b5e935ae85
8 changed files with 49 additions and 23 deletions

9
sim/v850/configure vendored
View File

@@ -1512,24 +1512,25 @@ EOF
chmod
else
echo "$ac_t""no" 1>&6
utime
fi
done
for ac_hdr in unistd.h
for ac_hdr in unistd.h stdlib.h string.h strings.h utime.h time.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
echo "configure:1523: checking for $ac_hdr" >&5
echo "configure:1524: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 1528 "configure"
#line 1529 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:1533: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{ (eval echo configure:1534: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out`
if test -z "$ac_err"; then
rm -rf conftest*