Kaydet (Commit) 505933da authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:staticmethods

Change-Id: I58baa20b852bda3160f23f43a751404248244348
üst f06508e2
......@@ -261,6 +261,7 @@ void SalDisplay::InitRandR( ::Window aRoot ) const
if( m_bUseRandRWrapper )
RandRWrapper::get( GetDisplay() ).XRRSelectInput( GetDisplay(), aRoot, RRScreenChangeNotifyMask );
#else
(void)this;
(void)aRoot;
#endif
}
......@@ -273,6 +274,8 @@ void SalDisplay::DeInitRandR()
#if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "SalDisplay::DeInitRandR()\n" );
#endif
#else
(void)this;
#endif
}
......@@ -321,6 +324,7 @@ int SalDisplay::processRandREvent( XEvent* pEvent )
}
}
#else
(void)this;
(void)pEvent;
#endif
return nRet;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment