- Notifications
You must be signed in to change notification settings - Fork239
Silence clang compiler warning: unannotated fall-through between switch labels#789
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
18 commits Select commitHold shift + click to select a range
5cd8f35 UPDATE: silence clang warning: unannotated fall-through between switc…
deb1078 UPDATE: check whether compiler supports __attribute__((fallthrough)) …
eb48177 Revert "UPDATE: check whether compiler supports __attribute__((fallth…
2f07842 UPDATE: introduce PCRE2_FALLTHROUGH macro to allow portable annotatio…
db25c8b UPDATE: fix comment.
bd6fdc0 UPDATE: point out to use the define in conjunction with a comment (I …
04f83d2 UPDATE: use C comments. also add that explictly to the comment on how…
38a5f1c UPDATE: use single line comment to show an example usage.
ddb0040 UPDATE: add -Wimplicit-fallthrough. I hope this is the correct spot t…
7a2c156 UPDATE: introduce __has_c_attribute to check whether compiler support…
1f8a83f UPDATE: check the C standard version. replace [[fallthrough]] by [[__…
9a72a66 UPDATE: use underscored version of fallthrough attribute. mind that i…
4240786 UPDATE: first test C standard version then check for __fallthrough__ …
53f1896 UPDATE: add missing PCRE2_FALLTHROUGH for JIT compiler.
e666bb1 UPDATE: add further missing PCRE2_FALLTHROUGH for JIT compiler.
6a67aa2 UPDATE: (try to) fix compile issue of manyconfig test.
3c10689 Merge remote-tracking branch 'origin/master' into Gsus42-change
NWilson4a87255 Update with further changes from the sljit PRs
NWilsonFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
UPDATE: add missing PCRE2_FALLTHROUGH for JIT compiler.
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
4 changes: 2 additions & 2 deletionssrc/pcre2_jit_char_inc.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
26 changes: 13 additions & 13 deletionssrc/pcre2_jit_compile.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.