Remove compile warning messages
[platform/core/appfw/pkgmgr-info.git] / src / pkgmgrinfo_db.c
index 7c02c30..805d2ed 100644 (file)
@@ -448,7 +448,7 @@ void _save_column_int(sqlite3_stmt *stmt, int idx, int *i)
        *i = sqlite3_column_int(stmt, idx);
 }
 
-void _save_column_str(sqlite3_stmt *stmt, int idx, const char **str)
+void _save_column_str(sqlite3_stmt *stmt, int idx, char **str)
 {
        const char *val;