From: Andre Noll Date: Sun, 18 May 2025 20:26:15 +0000 (+0200) Subject: Makefile: Drop redundant -Wuninitialized. X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=57b5041ebff16020b301e4319bc8256d99fe02ab;p=paraslash.git Makefile: Drop redundant -Wuninitialized. It is implied by -Wextra, which is the same as -W, but more descriptive. --- diff --git a/Makefile.real b/Makefile.real index 67700657..0ea26528 100644 --- a/Makefile.real +++ b/Makefile.real @@ -381,7 +381,7 @@ STRICT_CFLAGS += -fno-strict-aliasing STRICT_CFLAGS += -ftrapv STRICT_CFLAGS += -g STRICT_CFLAGS += -Os -STRICT_CFLAGS += -Wundef -W -Wuninitialized +STRICT_CFLAGS += -Wundef -Wextra STRICT_CFLAGS += -Wchar-subscripts STRICT_CFLAGS += -Werror-implicit-function-declaration STRICT_CFLAGS += -Wmissing-noreturn