mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1235236 - Annotate intentional switch fallthrough to suppress -Wimplicit-fallthrough warning in modules/libjar/. r=aklotz
modules/libjar/nsJARInputStream.cpp:112:13 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
This commit is contained in:
parent
dc80f8f228
commit
951bc898a7
@ -110,7 +110,7 @@ nsJARInputStream::InitDirectory(nsJAR* aJar,
|
||||
case ')':
|
||||
case '\\':
|
||||
escDirName.Append('\\');
|
||||
// fall through
|
||||
MOZ_FALLTHROUGH;
|
||||
default:
|
||||
escDirName.Append(*curr);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user