[Bridge] fix warning

This commit is contained in:
zilmar 2016-08-03 20:43:06 +10:00
parent 9f10e7e0ca
commit 7ac22126b3
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ void CNotificationImp::DisplayError(const char * Message) const
{ {
#ifdef ANDROID #ifdef ANDROID
g_JavaBridge->DisplayError(Message); g_JavaBridge->DisplayError(Message);
#else
Message = NULL; // not used
#endif #endif
} }