add -Wpointer-arith to gcc
This commit is contained in:
6
lib/bind/configure
vendored
6
lib/bind/configure
vendored
@@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Revision: 1.83.2.5.2.22 .
|
||||
# From configure.in Revision: 1.83.2.5.2.23 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59.
|
||||
#
|
||||
@@ -6403,7 +6403,7 @@ MKDEPCFLAGS="-M"
|
||||
IRIX_DNSSEC_WARNINGS_HACK=""
|
||||
|
||||
if test "X$GCC" = "Xyes"; then
|
||||
STD_CWARNINGS="$STD_CWARNINGS -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings"
|
||||
STD_CWARNINGS="$STD_CWARNINGS -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wpointer-arith"
|
||||
else
|
||||
case $host in
|
||||
*-dec-osf*)
|
||||
@@ -12350,7 +12350,7 @@ echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
|
||||
fi
|
||||
|
||||
|
||||
# Report which librarie types wil actually be built
|
||||
# Report which libraries types will actually be built
|
||||
echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
|
||||
echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
|
||||
echo "$as_me:$LINENO: result: $can_build_shared" >&5
|
||||
|
||||
Reference in New Issue
Block a user