• Fred Drake's avatar
    When we know the compiler is GCC, always add the -Wall and · f4670e96
    Fred Drake yazdı
    -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.
    f4670e96
Adı
Son kayıt (commit)
Son güncelleme
BeOS Loading commit data...
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...