Fix cmake build error (#7960)
Markos Fountoulakis committed
Feb 3, 2020 at 19:38 UTC
3117e3eab38130bbbbb41b8102178ddbb75ef879
1 file changed
+1
-1
daemon/main.c
+1
-1
@@ -732,7 +732,7 @@ static int load_netdata_conf(char *filename, char overwrite_used) {
732
}
733
734
// coverity[ +tainted_string_sanitize_content : arg-0 ]
735
-inline void coverity_remove_taint(char *s)
735
+static inline void coverity_remove_taint(char *s)
736
{
737
(void)s;
738
}