mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 04:09:45 +00:00
Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303595 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ddfddd8ea5
commit
b11f3d3884
@ -1156,6 +1156,7 @@ file_magic identify_magic(StringRef Magic) {
|
||||
case 0xc4: // ARMNT Windows
|
||||
if (Magic[1] == 0x01)
|
||||
return file_magic::coff_object;
|
||||
LLVM_FALLTHROUGH;
|
||||
|
||||
case 0x90: // PA-RISC Windows
|
||||
case 0x68: // mc68K Windows
|
||||
|
Loading…
Reference in New Issue
Block a user