mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-31 18:29:29 +00:00
Fix defCallMethod warning
This commit is contained in:
parent
d5bd17079f
commit
807129e269
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ static ReturnType call##Type##Method(JNIEnv *env, jobject obj, const char *class
|
|||
} \
|
||||
jmethodID my_method = env->GetMethodID(my_class, methodName, methodSignature); \
|
||||
if(my_method == 0) { \
|
||||
ms_error("Can't get %s %s %s method", className, methodSignature); \
|
||||
ms_error("Can't get %s %s %s method", className, methodName, methodSignature); \
|
||||
return NULL; \
|
||||
} \
|
||||
va_list vl; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue