Commit bee9d898 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Teach FlexeLint a bit about ws-emu

parent 7d2d86dc
......@@ -31,6 +31,8 @@
#include "config.h"
#ifdef ENABLE_WORKSPACE_EMULATOR
#if HAVE_SANITIZER_ASAN_INTERFACE_H
# include <sanitizer/asan_interface.h>
#endif
......@@ -722,3 +724,5 @@ WS_Panic(struct vsb *vsb, const struct ws *ws)
VSB_indent(vsb, -2);
VSB_cat(vsb, "},\n");
}
#endif /* ENABLE_WORKSPACE_EMULATOR */
......@@ -63,6 +63,12 @@
-esym(714, Vmod_*_Data)
-esym(765, Vmod_*_Data)
-esym(755, PAN_dump_once) // global macro not referenced
-esym(755, PAN_dump_once_oneline) // global macro not referenced
-esym(714, WS_Dump) // Info 714: sym not referenced
-esym(759, WS_Dump) // Info 759: header declaration could be moved to module
-esym(765, WS_Dump) // Info 765: external could be static
//-sem (pthread_mutex_lock, thread_lock)
-sem (pthread_mutex_trylock, thread_lock)
......
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