diff options
author | INADA Naoki <methane@users.noreply.github.com> | 2018-06-05 11:40:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-05 11:40:53 (GMT) |
commit | e33648484775fa533fc8f1e5cc45f60061d29d54 (patch) | |
tree | b849302a2a14c737ae813cd9e0c4185221c2d4be /Misc/NEWS.d | |
parent | 5f48e2644dcfb47f0bbc0fcdc2b103a19bdec288 (diff) | |
download | cpython-e33648484775fa533fc8f1e5cc45f60061d29d54.zip cpython-e33648484775fa533fc8f1e5cc45f60061d29d54.tar.gz cpython-e33648484775fa533fc8f1e5cc45f60061d29d54.tar.bz2 |
bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Build/2018-06-04-21-34-34.bpo-5755.65GmCj.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2018-06-04-21-34-34.bpo-5755.65GmCj.rst b/Misc/NEWS.d/next/Build/2018-06-04-21-34-34.bpo-5755.65GmCj.rst new file mode 100644 index 0000000..8bcad44 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2018-06-04-21-34-34.bpo-5755.65GmCj.rst @@ -0,0 +1,3 @@ +Move ``-Wstrict-prototypes`` option to ``CFLAGS_NODIST`` from ``OPT``. This +option emitted annoying warnings when building extension modules written in +C++. |