]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Makefile: Drop redundant -Wuninitialized.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 18 May 2025 20:26:15 +0000 (22:26 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 20 May 2025 19:41:33 +0000 (21:41 +0200)
It is implied by -Wextra, which is the same as -W, but more descriptive.

Makefile.real

index 67700657bb521beefaf8db224e150f5e33ac4d3d..0ea26528168f8b482d836dffa5e59c91bef57b1b 100644 (file)
@@ -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