Commit 021388ce authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Dridi Boukelmoune

Disable FlexeLint message 850, we think we know what we're doing

in our loops.
parent 4bffcce4
...@@ -49,6 +49,8 @@ ...@@ -49,6 +49,8 @@
-esym(818, argv) // Pointer parameter '...' could be declared as pointing to const -esym(818, argv) // Pointer parameter '...' could be declared as pointing to const
-e850 // loop variable modified in loop
/* /*
* va_list's are opaque for a reason, but we pretend to FlexeLint that it * va_list's are opaque for a reason, but we pretend to FlexeLint that it
* is just a void*, so it proposes constification, which is not generally OK, * is just a void*, so it proposes constification, which is not generally OK,
......
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