[Bridge] fix warning
This commit is contained in:
parent
9f10e7e0ca
commit
7ac22126b3
|
@ -40,6 +40,8 @@ void CNotificationImp::DisplayError(const char * Message) const
|
|||
{
|
||||
#ifdef ANDROID
|
||||
g_JavaBridge->DisplayError(Message);
|
||||
#else
|
||||
Message = NULL; // not used
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue