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

Since this macro does not preceede the entire function, it needs

two '-' prefix to be sure to apply where we want it.
parent fa6c487d
......@@ -110,7 +110,7 @@
* even if that means not const'ing a const'able argument.
* The typedef should be specified as argument to the macro.
*/
#define __match_proto__(xxx) /*lint -e{818} */
#define __match_proto__(xxx) /*lint --e{818} */
/*
* State variables may change value before we have considered the
......
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