export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE"
%endif
+export CFLAGS+=" -Wno-format-truncation -Wno-stringop-truncation -Wno-format-overflow -Wno-stringop-overflow"
+export CXXFLAGS+=" -Wno-format-truncation -Wno-stringop-truncation -Wno-format-overflow -Wno-stringop-overflow"
+
export LDFLAGS
%cmake \
-DCMAKE_INSTALL_PREFIX=%{_appdir} \
MWR_LOGD("[ENTER]");
if (NULL == appid) {
- MWR_LOGD("[ERROR] Parameter is invalid, appid(%s)", appid);
+ MWR_LOGD("[ERROR] Parameter is NULL");
return -1;
}
MWR_LOGD("[ENTER]");
if (NULL == language) {
- MWR_LOGD("[ERROR] Parameter is invalid, language(%s)", language);
+ MWR_LOGD("[ERROR] Parameter is NULL");
return -1;
}
string appid_string;
if (NULL == appid) {
- MWR_LOGD("[ERROR] Parameter is invalid, appid(%s)", appid);
+ MWR_LOGD("[ERROR] Parameter is NULL");
} else {
appid_string = appid;
}
string appid_string;
if (NULL == appid) {
- MWR_LOGD("[ERROR] Parameter is invalid, appid(%s)", appid);
+ MWR_LOGD("[ERROR] Parameter is NULL");
} else {
appid_string = appid;
}
string appid_string;
if (NULL == appid) {
- MWR_LOGD("[ERROR] Parameter is invalid, appid(%s)", appid);
+ MWR_LOGD("[ERROR] Parameter is NULL");
} else {
appid_string = appid;
}