]> granicus.if.org Git - python/commit
Prohibit implicit C function declarations
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 6 Feb 2017 13:24:00 +0000 (14:24 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 6 Feb 2017 13:24:00 +0000 (14:24 +0100)
commit193ee0a0e8c543f8f731f8207df21a6cc1a08591
treeb72d97a9ccae7f2244b1737db7d5106fad8715d0
parent5bad70def671612835d1fdacd83f8534920f4dcd
Prohibit implicit C function declarations

Issue #27659: use -Werror=implicit-function-declaration when possible (GCC and
Clang, but it depends on the compiler version).

Patch written by Chi Hsuan Yen.
Misc/NEWS
configure
configure.ac