[Python-checkins] cpython (merge 3.3 -> default): Merge 3.3.

stefan.krah python-checkins at python.org
Thu Mar 7 01:23:52 CET 2013


http://hg.python.org/cpython/rev/7780757c6bab
changeset: 82520:7780757c6bab
parent: 82518:fa59a85b373f
parent: 82519:33208a574875
user: Stefan Krah <skrah at bytereef.org>
date: Thu Mar 07 01:23:01 2013 +0100
summary:
 Merge 3.3.
files:
 setup.py | 4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -2024,8 +2024,8 @@
 
 # Increase warning level for gcc:
 if 'gcc' in cc:
- cmd = ("echo '' | gcc -Wextra -Wno-missing-field-initializers -E - "
- "> /dev/null 2>&1")
+ cmd = ("echo '' | %s -Wextra -Wno-missing-field-initializers -E - "
+ "> /dev/null 2>&1" % cc)
 ret = os.system(cmd)
 if ret >> 8 == 0:
 extra_compile_args.extend(['-Wextra',
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /