mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1215900 - Fix clang's -Wimplicit-fallthrough warnings in gfx/ipc/GfxMessageUtils.h. r=mstange
GfxMessageUtils.h:968:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels GfxMessageUtils.h:969:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels GfxMessageUtils.h:970:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels GfxMessageUtils.h:971:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels GfxMessageUtils.h:972:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels GfxMessageUtils.h:973:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels GfxMessageUtils.h:974:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels GfxMessageUtils.h:975:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels GfxMessageUtils.h:976:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels GfxMessageUtils.h:977:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels GfxMessageUtils.h:981:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
This commit is contained in:
parent
457cfd39f9
commit
2eaf342ffb
@ -961,6 +961,7 @@ struct ParamTraits<mozilla::gfx::AttributeMap>
|
||||
return false; \
|
||||
} \
|
||||
aResult->Set(name, value); \
|
||||
break; \
|
||||
}
|
||||
|
||||
HANDLE_TYPE(bool, Bool)
|
||||
|
Loading…
Reference in New Issue
Block a user