summaryrefslogtreecommitdiff
path: root/cflags.SH
diff options
context:
space:
mode:
Diffstat (limited to 'cflags.SH')
-rwxr-xr-xcflags.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/cflags.SH b/cflags.SH
index 21f1bbb22a..abf721f75d 100755
--- a/cflags.SH
+++ b/cflags.SH
@@ -164,7 +164,7 @@ Intel*) ;; # # Is that you, Intel C++?
# 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.