Changeset 3847 in MondoRescue for branches/3.3/mondo/configure.ac


Ignore:
Timestamp:
Mar 6, 2024, 2:41:36 AM (2 months ago)
Author:
Bruno Cornec
Message:

More warnings raised to again improve quality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/configure.ac

    r3842 r3847  
    7474        GCC_MAJ="`gcc -dumpversion 2>&1 | cut -d. -f1`"
    7575        GCC_MIN="`gcc -dumpversion 2>&1 | cut -d. -f2`"
    76         CFLAGS="$CFLAGS -Wall -Wno-return-type -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -D_FORTIFY_SOURCE=2 -fstack-clash-protection -fstack-protector-strong -fcf-protection -Wl,-z,defs -Wl,-z,now -Wl,-z,relro -Werror=implicit-function-declaration" # -Werror"
     76        CFLAGS="$CFLAGS -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wwrite-strings -Waggregate-return -Wcast-qual -Wswitch-default -Wswitch-enum -Wconversion -Wno-return-type -Wformat=2 -Werror=implicit-function-declaration -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -D_FORTIFY_SOURCE=2 -fstack-clash-protection -fstack-protector-strong -fcf-protection -fsanitize=undefined -Wl,-z,defs -Wl,-z,now -Wl,-z,relro" # -Werror"
    7777        ;;
    7878    *)
Note: See TracChangeset for help on using the changeset viewer.