Fix a compilation warning (#12608)
Vladimir Kobal committed
Apr 5, 2022 at 12:03 UTC
d9808a51bec1c1a8194bef94e98561bb5cf98574
1 file changed
+1
database/sqlite/sqlite_health.c
+1
@@ -952,6 +952,7 @@ int alert_hash_and_store_config(
952
#else
953
UNUSED(hash_id);
954
UNUSED(cfg);
955
+ UNUSED(store_hash);
956
#endif
957
958
return 1;