Silence two more clang unused-private-field warnings in the IonMonkey code; no bug, irc-r=dvander

This commit is contained in:
Ehsan Akhgari 2012-10-02 17:28:55 -04:00
parent bd85577fbd
commit 3c06a2e67f

View File

@ -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_;