Fixing issues found by prevent
[framework/web/wrt-installer.git] / src / wrt-installer / wrt_installer_api.cpp
index 92f16c6..6280dd6 100644 (file)
@@ -67,6 +67,7 @@ inline InstallMode::Type translateInstallMode(
         return InstallMode::REINSTALL_MODE_DIRECTORY;
     }
     Assert(true && "wrong argument is inputed");
+    return InstallMode::WRONG_INSTALL_MODE;
 }
 
 static std::string cutOffFileName(const std::string& path)