summaryrefslogtreecommitdiff
path: root/lib/replace/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'lib/replace/wscript')
-rw-r--r--lib/replace/wscript8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript
index 91e2c45c1d2..b90f7752a7a 100644
--- a/lib/replace/wscript
+++ b/lib/replace/wscript
@@ -59,10 +59,10 @@ struct foo bar = { .y = 'X', .x = 1 };
# Try to find the right extra flags for -Werror behaviour
for f in ["-Werror", # GCC
- "-errwarn=%all", # Sun Studio
- "-qhalt=w", # IBM xlc
- "-w2", # Tru64
- ]:
+ "-errwarn=%all", # Sun Studio
+ "-qhalt=w", # IBM xlc
+ "-w2", # Tru64
+ ]:
if conf.CHECK_CFLAGS([f], '''
'''):
if not 'WERROR_CFLAGS' in conf.env: