summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorINADA Naoki <methane@users.noreply.github.com>2018-06-05 20:40:53 +0900
committerGitHub <noreply@github.com>2018-06-05 20:40:53 +0900
commite33648484775fa533fc8f1e5cc45f60061d29d54 (patch)
treeb849302a2a14c737ae813cd9e0c4185221c2d4be /Misc
parent5f48e2644dcfb47f0bbc0fcdc2b103a19bdec288 (diff)
downloadcpython-git-e33648484775fa533fc8f1e5cc45f60061d29d54.tar.gz
bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2018-06-04-21-34-34.bpo-5755.65GmCj.rst3
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 0000000000..8bcad4418b
--- /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++.