X Tutup
Skip to content

bpo-31374: undef _POSIX_C_SOURCE in expat_config.h#3601

Closed
vstinner wants to merge 1 commit intopython:masterfrom
vstinner:expat_posix_c_source
Closed

bpo-31374: undef _POSIX_C_SOURCE in expat_config.h#3601
vstinner wants to merge 1 commit intopython:masterfrom
vstinner:expat_posix_c_source

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Sep 15, 2017

Undefine _POSIX_C_SOURCE in Modules/expat/expat_config.h to fix a
compiler warning.

https://bugs.python.org/issue31374

Undefine _POSIX_C_SOURCE in Modules/expat/expat_config.h to fix a
compiler warning.
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.

3 participants

X Tutup