X Tutup
Skip to content

gh-116869: Build test_cext with -Werror=declaration-after-statement#116990

Merged
vstinner merged 1 commit intopython:mainfrom
vstinner:error_decl_after_stmt
Mar 19, 2024
Merged

gh-116869: Build test_cext with -Werror=declaration-after-statement#116990
vstinner merged 1 commit intopython:mainfrom
vstinner:error_decl_after_stmt

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Mar 19, 2024

Make sure that the C API does not emit compiler warnings when built with -Werror=declaration-after-statement.

…ment

Make sure that the C API does not emit compiler warnings when built
with -Werror=declaration-after-statement.
@vstinner vstinner merged commit 5405e9e into python:main Mar 19, 2024
@vstinner vstinner deleted the error_decl_after_stmt branch March 19, 2024 11:05
vstinner added a commit to vstinner/cpython that referenced this pull request Mar 20, 2024
…ment (python#116990)

Make sure that the C API does not emit compiler warnings when built
with -Werror=declaration-after-statement.
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 25, 2024
…ment (python#116990)

Make sure that the C API does not emit compiler warnings when built
with -Werror=declaration-after-statement.
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
…ment (python#116990)

Make sure that the C API does not emit compiler warnings when built
with -Werror=declaration-after-statement.
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.

1 participant

X Tutup