File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3601
3601
# ICC pretends to be GCC but it's lying; it doesn't support these options.
3602
3602
3603
3603
if test "$GCC" = yes -a "$ICC" = no; then
3604
- CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -Wpointer-arith -Winline "
3604
+ CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -Wpointer-arith"
3605
3605
# These work in some but not all gcc versions
3606
3606
{ echo "$as_me:$LINENO: checking if $CC supports -Wdeclaration-after-statement" >&5
3607
3607
echo $ECHO_N "checking if $CC supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
Original file line number Diff line number Diff line change 1
1
dnl Process this file with autoconf to produce a configure script.
2
- dnl $PostgreSQL: pgsql/configure.in,v 1.563 2008/06/27 00:36:16 tgl Exp $
2
+ dnl $PostgreSQL: pgsql/configure.in,v 1.564 2008/08/19 19:17:40 tgl Exp $
3
3
dnl
4
4
dnl Developers, please strive to achieve this order:
5
5
dnl
391
391
# ICC pretends to be GCC but it's lying; it doesn't support these options.
392
392
393
393
if test "$GCC" = yes -a "$ICC" = no; then
394
- CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -Wpointer-arith -Winline "
394
+ CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -Wpointer-arith"
395
395
# These work in some but not all gcc versions
396
396
PGAC_PROG_CC_CFLAGS_OPT([-Wdeclaration-after-statement])
397
397
PGAC_PROG_CC_CFLAGS_OPT([-Wendif-labels])
You can’t perform that action at this time.
0 commit comments