-
Notifications
You must be signed in to change notification settings - Fork 692
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
[CLANG_CL] Fix clang-cl warnings #5660
Merged
Merged
Commits on Sep 6, 2023
-
[CLANG_CL] Fix clang-cl warnings
Add -Wno used for clang in linux build. Fix -Wimplicit-fallthrough -Wconstant-logical-operand (Thanks patch from Chris) -Wunused-function -Wunused-variable -Wtrigraphs Still more warnings to be fixed.
Configuration menu - View commit details
-
Copy full SHA for ae00438 - Browse repository at this point
Copy the full SHA ae00438View commit details -
Configuration menu - View commit details
-
Copy full SHA for a00570f - Browse repository at this point
Copy the full SHA a00570fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f1bf32 - Browse repository at this point
Copy the full SHA 5f1bf32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35fdbb7 - Browse repository at this point
Copy the full SHA 35fdbb7View commit details
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 24583aa - Browse repository at this point
Copy the full SHA 24583aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fad7e9 - Browse repository at this point
Copy the full SHA 4fad7e9View commit details
Commits on Sep 8, 2023
-
Only add __attribute__((fallthrough)) for LLVM_C_FALLTHROUGH. Enable warnings explicitly. Add const instead of use const_cast.
Configuration menu - View commit details
-
Copy full SHA for 4d0007f - Browse repository at this point
Copy the full SHA 4d0007fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13086a8 - Browse repository at this point
Copy the full SHA 13086a8View commit details
Commits on Sep 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7da2cde - Browse repository at this point
Copy the full SHA 7da2cdeView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.