From: Vitja Makarov Date: Sat, 29 Jan 2011 06:49:18 +0000 (+0300) Subject: Add command line flag --warning-errors and gcc compat alias -Werror X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=63abcdc0f89cdde6d4729f56ac94275677a186d6;p=cython.git Add command line flag --warning-errors and gcc compat alias -Werror --- diff --git a/Cython/Compiler/CmdLine.py b/Cython/Compiler/CmdLine.py index 60eff8db..327d38b7 100644 --- a/Cython/Compiler/CmdLine.py +++ b/Cython/Compiler/CmdLine.py @@ -38,6 +38,7 @@ Options: -2 Compile based on Python-2 syntax and code semantics. -3 Compile based on Python-3 syntax and code semantics. --fast-fail Abort the compilation on the first error + --warning-error, -Werror Make all warnings into errors -X, --directive =[,