summaryrefslogtreecommitdiff
path: root/Lib/compiler/pycodegen.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-12 17:11:38 +0000
committerFred Drake <fdrake@acm.org>2000-10-12 17:11:38 +0000
commitf4670e96394bf667f5cd959ee9d282435c792657 (patch)
treec3470fa58637474a2e2f1a779c970213fff876c5 /Lib/compiler/pycodegen.py
parent22d5895dc337bb457dba6ce3623d835f32f32962 (diff)
downloadcpython-git-f4670e96394bf667f5cd959ee9d282435c792657.tar.gz
When we know the compiler is GCC, always add the -Wall and
-Wstrict-prototypes options. This will make it a lot easier to keep warnings under control in the first place in the future. There is one known warning at this time, caught by the -Wstrict-prototypes option. In Modules/main.c, the declaration of getopt() without parameters gets a complaint (rightly) that it is not a proper prototype. The lack of a complete prototype information should be corrected when the right portability conditions have been identified. Approved by the Guido.
Diffstat (limited to 'Lib/compiler/pycodegen.py')
0 files changed, 0 insertions, 0 deletions