Staging
v0.5.1
https://github.com/python/cpython
Revision f4670e96394bf667f5cd959ee9d282435c792657 authored by Fred Drake on 12 October 2000, 17:11:38 UTC, committed by Fred Drake on 12 October 2000, 17:11:38 UTC
-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.
1 parent 22d5895
History
Tip revision: f4670e96394bf667f5cd959ee9d282435c792657 authored by Fred Drake on 12 October 2000, 17:11:38 UTC
When we know the compiler is GCC, always add the -Wall and
Tip revision: f4670e9
File Mode Size
BeOS
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.cvsignore -rw-r--r-- 79 bytes
.hgtags -rw-r--r-- 1.7 KB
LICENSE -rw-r--r-- 8.0 KB
Makefile.in -rw-r--r-- 17.4 KB
README -rw-r--r-- 35.1 KB
acconfig.h -rw-r--r-- 5.4 KB
config.h.in -rw-r--r-- 16.0 KB
configure -rwxr-xr-x 167.4 KB
configure.in -rw-r--r-- 34.1 KB
install-sh -rwxr-xr-x 2.2 KB

README

back to top