Flexelint: Make silencing more specific

parent 32f7f2ca
......@@ -515,9 +515,6 @@ fellow_io_wait_completions(fellow_ioctx_t *ctxp,
//lint -e{845} strange, flexelint seems to disregard min = 0 argument?
while (min > ret || min == 0) {
advance = 0;
/*lint -e{10,40,504,514,522,679,718,746,737,820}
* dont want to get involved with liburing.h
*/
io_uring_for_each_cqe(ring, head, cqe) {
AN(space);
results->info = cqe->user_data;
......
......@@ -149,6 +149,15 @@
-efile(537, "vtree.h")
-efile(537, "fcntl.h")
-emacro(10, "io_uring_*")
-emacro(40, "io_uring_*")
-emacro(504, "io_uring_*")
-emacro(514, "io_uring_*")
-emacro(522, "io_uring_*")
-emacro(679, "io_uring_*")
-emacro(737, "io_uring_*")
-emacro(820, "io_uring_*")
// xxhash.h
-elib(102)
-elib(148)
......
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