Skip to content

auto/modules/wasm: Remove an unneeded compiler option #1607

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ac000
Copy link
Member

@ac000 ac000 commented May 1, 2025

    auto/modules/wasm: Remove an unneeded compiler option
    
    -Wno-missing-field-initializers was needed for GCC 4.8 / RHEL 7 etc to
    avoid warnings with {} empty initialisers.
    
    We haven't needed to support that compiler for sometime.
    
    Signed-off-by: Andrew Clayton <a.clayton@nginx.com>

-Wno-missing-field-initializers was needed for GCC 4.8 / RHEL 7 etc to
avoid warnings with {} empty initialisers.

We haven't needed to support that compiler for sometime.

Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
@ac000 ac000 marked this pull request as ready for review May 1, 2025 19:51
@ac000 ac000 requested a review from hongzhidao May 1, 2025 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant