Merge "fix: use EINA_* booleans instread of TRUE/FALSE" into tizen
[platform/framework/web/wrt.git] / src / view / webkit / view_logic_user_agent_support.cpp
index 862c801..a7decd4 100644 (file)
@@ -25,6 +25,7 @@
 #include <cstring>
 #include <dpl/log/secure_log.h>
 #include <dpl/string.h>
+#include <dpl/availability.h>
 #include <widget_model.h>
 
 #include <app.h>
@@ -51,6 +52,7 @@ bool setCustomUA(WidgetModel* model, Evas_Object* wkView)
 
 bool setAppInfo(WidgetModel* model, Evas_Object* wkView)
 {
+    DPL_UNUSED_PARAM(model);
     std::string appInfo; // appname/appversion
     char* name = NULL;
     if (app_get_name(&name) == APP_ERROR_NONE) {