Skip to content

[3.6] bpo-30923, bpo-31279: Fix GCC warnings#4620

Merged
vstinner merged 2 commits into
python:3.6from
vstinner:fix_gcc_warnings36
Nov 29, 2017
Merged

[3.6] bpo-30923, bpo-31279: Fix GCC warnings#4620
vstinner merged 2 commits into
python:3.6from
vstinner:fix_gcc_warnings36

Conversation

@vstinner

@vstinner vstinner commented Nov 28, 2017

Copy link
Copy Markdown
Member
  • bpo-30923: Silence fall-through warnings in libexpat build.
  • bpo-31279: Silence -Wstringop-overflow warning.

https://bugs.python.org/issue30923

@vstinner

Copy link
Copy Markdown
Member Author

This PR fixes all GCC warnings (I'm using GCC 7.2.1 on Fedora 27), except of the _POSIX_C_SOURCE warning in expat ( https://bugs.python.org/issue31374 ).

The PR only cherry-picks two commits from the master written by @skrah.

@vstinner vstinner requested a review from skrah November 28, 2017 23:04
@vstinner vstinner merged commit dedcbee into python:3.6 Nov 29, 2017
@vstinner vstinner deleted the fix_gcc_warnings36 branch November 29, 2017 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants