diff options
author | Ned Deily <nad@python.org> | 2016-03-08 05:28:37 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-03-08 05:28:37 (GMT) |
commit | bec699e40d7e68d4039d2c1a352dcdb1661e77ef (patch) | |
tree | 153d940f81b33f143b91dee99336036a6680c65d /Misc/NEWS | |
parent | adbf8cecbe11076a09f7997b5a72bd6e37908da8 (diff) | |
download | cpython-bec699e40d7e68d4039d2c1a352dcdb1661e77ef.zip cpython-bec699e40d7e68d4039d2c1a352dcdb1661e77ef.tar.gz cpython-bec699e40d7e68d4039d2c1a352dcdb1661e77ef.tar.bz2 |
Issue #24324: Do not enable unreachable code warnings when using
gcc as the option does not work correctly in older versions of gcc
and has been silently removed as of gcc-4.5.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -310,6 +310,10 @@ Build - Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. +- Issue #24324: Do not enable unreachable code warnings when using + gcc as the option does not work correctly in older versions of gcc + and has been silently removed as of gcc-4.5. + Windows ------- |