Silence Flexelint

my local config on linux is slightly different than phks on freebsd
parent c5e3fee6
......@@ -124,6 +124,7 @@
//////////////
+libh mgt_event.h
-esym(522, mgt_ProcTitle)
-sem(VRT_AddDirector, custodial(3))
-sem(VCP_New, custodial(3))
......
......@@ -35,7 +35,7 @@
#include <sys/stat.h>
#include <errno.h>
#include <fcntl.h>
#include <fcntl.h> //lint !e537
#include <stdarg.h>
#include <unistd.h>
......
......@@ -34,7 +34,7 @@
#include <sys/file.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <fcntl.h> //lint !e537
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
......
......@@ -13,4 +13,6 @@
-esym(768, token) // FLINTBUG: global struct member 'token' not ref
-efile(451, vcc_namespace.h) // No include guard
-efile(537, vcc_namespace.h) // Repeated include
-efile(451, vcc_types.h) // No include guard
-efile(537, vcc_types.h) // Repeated include
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment