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

[OpenMP] Fix -Wc++98-compat-extra-semi warning (NFC) #68022

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

luporl
Copy link
Contributor

@luporl luporl commented Oct 2, 2023

Compiling OpenMP with LLVM 16 triggers the following warning:
warning: extra ';' outside of a function is incompatible with C++98

Compiling OpenMP with LLVM 16 triggers the following warning:
warning: extra ';' outside of a function is incompatible with C++98
@luporl luporl merged commit 5833a9e into llvm:main Oct 2, 2023
3 checks passed
@luporl luporl deleted the luporl-extra-semi branch November 13, 2023 19:33
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.

None yet

1 participant