Utilize CV_UNUSED macro

This commit is contained in:
Hamdi Sahloul
2018-09-07 20:33:52 +09:00
parent f3fae0dae0
commit a39e0daacf
98 changed files with 468 additions and 468 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ static void throwJavaException(JNIEnv *env, const std::exception *e, const char
env->ThrowNew(je, what.c_str());
LOGE("%s caught %s", method, what.c_str());
(void)method; // avoid "unused" warning
CV_UNUSED(method); // avoid "unused" warning
}
extern "C" {