Skip to content
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

Eliminate warnings about anonymous structs on GCC #121

Merged
merged 1 commit into from
Oct 15, 2023
Merged

Eliminate warnings about anonymous structs on GCC #121

merged 1 commit into from
Oct 15, 2023

Conversation

jbowler
Copy link
Contributor

@jbowler jbowler commented Oct 5, 2023

Corresponding warnings are already turned off on clang in generator/generator.pri. There's no G++ command-line option to turn them off without explicitly disabling other warnings (-Wpedantic).

This is a minimal change to give the three anonymous structs used
in the generator names so that the code conforms to the existing
C++ standards.

Signed-off-by: John Bowler <[email protected]>
Copy link
Contributor

@mrbean-bremen mrbean-bremen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mrbean-bremen mrbean-bremen merged commit 2b34c60 into MeVisLab:qt6 Oct 15, 2023
11 checks passed
@jbowler jbowler deleted the pull-request-121 branch October 15, 2023 15:43
mrbean-bremen pushed a commit to mrbean-bremen/pythonqt that referenced this pull request Oct 29, 2023
This is a minimal change to give the three anonymous structs used
in the generator names so that the code conforms to the existing
C++ standards.
mrbean-bremen pushed a commit that referenced this pull request Oct 29, 2023
This is a minimal change to give the three anonymous structs used
in the generator names so that the code conforms to the existing
C++ standards.
mrbean-bremen pushed a commit that referenced this pull request Nov 1, 2023
This is a minimal change to give the three anonymous structs used
in the generator names so that the code conforms to the existing
C++ standards.
mrbean-bremen pushed a commit that referenced this pull request Nov 2, 2023
This is a minimal change to give the three anonymous structs used
in the generator names so that the code conforms to the existing
C++ standards.
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.

2 participants