Changeset 594


Ignore:
Timestamp:
10/10/05 08:16:54 (7 years ago)
Author:
wd
Message:

Chuck -Wextra and -Wendif-labels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ithildin/autoconf/configure.ac

    r589 r594  
    475475        [enable debugging in code (changes CFLAGS, adds code)]), 
    476476    if test -n "$GCC" ; then 
    477         CFLAGS="$CFLAGS -O0 -g3 -Wall -Wshadow -Wmissing-declarations -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Winline -Wextra -Wendif-labels -Wbad-function-cast" 
     477        CFLAGS="$CFLAGS -O0 -g3 -Wall -Wshadow -Wmissing-declarations -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Winline -Wbad-function-cast" 
    478478    fi 
    479479    AC_DEFINE(DEBUG_CODE, 1, [Extra debugging instructions]) 
Note: See TracChangeset for help on using the changeset viewer.