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

Emit the actual vmod name in the Flexelint comment

parent f6b82e38
......@@ -811,7 +811,7 @@ class vcc(object):
self.cstruct(fx, "struct " + csn)
fo.write("\n/*lint -esym(754, Vmod_debug_Func::*) */\n")
fo.write("\n/*lint -esym(754, Vmod_" + self.modname + "_Func::*) */\n")
self.cstruct_init(fo, "struct " + csn)
fx.close()
......
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