Merge "Cleanup code to remove warning messages at buildtime." into devel/wrt2
[platform/framework/web/nwrt.git] / src / runtime / web_view_impl.cc
index 15a9b94..c3e2adc 100755 (executable)
@@ -359,7 +359,7 @@ void WebViewImpl::InitIPCMessageCallback() {
 
 void WebViewImpl::InitOrientaionLockCallback() {
   // Orientation lock callback
-  auto orientation_lock_callback = [](Evas_Object* o,
+  auto orientation_lock_callback = [](Evas_Object*,
                                       Eina_Bool need_lock,
                                       int orientation,
                                       void* user_data) -> Eina_Bool {