From 457b1118a231dcb190696ddc4ae034e2d082a79c Mon Sep 17 00:00:00 2001 From: Martin Poirier Date: Fri, 31 Oct 2008 00:23:01 +0000 Subject: Fix compile flags in linux config to fit Nathan's changes. Warning to others: Those flags are lists now, be careful and update other configs if needed. --- config/linux2-config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/linux2-config.py b/config/linux2-config.py index 181f1d5364d..ca07bf10ab8 100644 --- a/config/linux2-config.py +++ b/config/linux2-config.py @@ -187,9 +187,9 @@ REL_CCFLAGS = ['-O2'] ##ARFLAGS = ruv ##ARFLAGSQUIET = ru ## -C_WARN = '-Wall -Wno-char-subscripts -Wdeclaration-after-statement' +C_WARN = ['-Wno-char-subscripts', '-Wdeclaration-after-statement'] -CC_WARN = '-Wall' +CC_WARN = ['-Wall'] ##FIX_STUBS_WARNINGS = -Wno-unused -- cgit v1.2.3