mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Silence two more clang unused-private-field warnings in the IonMonkey code; no bug, irc-r=dvander
This commit is contained in:
parent
bd85577fbd
commit
3c06a2e67f
@ -241,6 +241,7 @@ class IonNativeExitFrameLayout
|
||||
|
||||
class IonOOLNativeGetterExitFrameLayout
|
||||
{
|
||||
protected: // only to silence a clang warning about unused private fields
|
||||
IonExitFooterFrame footer_;
|
||||
IonExitFrameLayout exit_;
|
||||
|
||||
@ -272,6 +273,7 @@ class IonOOLNativeGetterExitFrameLayout
|
||||
|
||||
class IonOOLPropertyOpExitFrameLayout
|
||||
{
|
||||
protected: // only to silence a clang warning about unused private fields
|
||||
IonExitFooterFrame footer_;
|
||||
IonExitFrameLayout exit_;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user