mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
permit intermingled declarations
This commit is contained in:
parent
123374463b
commit
0d67ed54f7
2 changed files with 0 additions and 65 deletions
43
configure
vendored
43
configure
vendored
|
@ -6834,49 +6834,6 @@ $as_echo "$ac_cv_disable_unused_result_warning" >&6; }
|
|||
BASECFLAGS="$BASECFLAGS -Wno-unused-result"
|
||||
fi
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -Werror=declaration-after-statement" >&5
|
||||
$as_echo_n "checking for -Werror=declaration-after-statement... " >&6; }
|
||||
ac_save_cc="$CC"
|
||||
CC="$CC -Werror=declaration-after-statement"
|
||||
save_CFLAGS="$CFLAGS"
|
||||
if ${ac_cv_declaration_after_statement_warning+:} false; then :
|
||||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
||||
|
||||
int
|
||||
main ()
|
||||
{
|
||||
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
|
||||
_ACEOF
|
||||
if ac_fn_c_try_compile "$LINENO"; then :
|
||||
|
||||
ac_cv_declaration_after_statement_warning=yes
|
||||
|
||||
else
|
||||
|
||||
ac_cv_declaration_after_statement_warning=no
|
||||
|
||||
fi
|
||||
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
||||
fi
|
||||
|
||||
CFLAGS="$save_CFLAGS"
|
||||
CC="$ac_save_cc"
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_declaration_after_statement_warning" >&5
|
||||
$as_echo "$ac_cv_declaration_after_statement_warning" >&6; }
|
||||
|
||||
if test $ac_cv_declaration_after_statement_warning = yes
|
||||
then
|
||||
CFLAGS_NODIST="$CFLAGS_NODIST -Werror=declaration-after-statement"
|
||||
fi
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can turn on $CC mixed sign comparison warning" >&5
|
||||
$as_echo_n "checking if we can turn on $CC mixed sign comparison warning... " >&6; }
|
||||
ac_save_cc="$CC"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue