We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
./v -check-unused-fn-args examples/tetris/
1 parent 85f42f3 commit 3acbd58Copy full SHA for 3acbd58
1 file changed
vlib/gg/text_rendering.c.v
@@ -23,7 +23,7 @@ pub mut:
23
24
const buff_size = int($d('gg_text_buff_size', 2048))
25
26
-fn clear_atlas_callback(uptr voidptr, error int, val int) {
+fn clear_atlas_callback(uptr voidptr, error int, _val int) {
27
if error == 1 { // atlas overflow error code
28
fons := unsafe { &fontstash.Context(uptr) }
29
fons.reset_atlas(buff_size, buff_size)
0 commit comments