Has been AFAICT for years / always, the documentation just
had it wrong in pre-4.0 gccs.
# since -std=c89 -pedantic implies the -Werror=...
*) for opt in -ansi -std=c89 -W -Wextra \
-Werror=declaration-after-statement \
# since -std=c89 -pedantic implies the -Werror=...
*) for opt in -ansi -std=c89 -W -Wextra \
-Werror=declaration-after-statement \
- -Wendif-labels -Wc++-compat -Wwrite-strings
+ -Wc++-compat -Wwrite-strings
do
case " $ccflags " in
*" $opt "*) ;; # Skip if already there.
do
case " $ccflags " in
*" $opt "*) ;; # Skip if already there.