Skip to content

Commit 3acbd58

Browse files
committed
gg: enable clean compilation without notices for ./v -check-unused-fn-args examples/tetris/
1 parent 85f42f3 commit 3acbd58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎vlib/gg/text_rendering.c.v‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub mut:
2323

2424
const buff_size = int($d('gg_text_buff_size', 2048))
2525

26-
fn clear_atlas_callback(uptr voidptr, error int, val int) {
26+
fn clear_atlas_callback(uptr voidptr, error int, _val int) {
2727
if error == 1 { // atlas overflow error code
2828
fons := unsafe { &fontstash.Context(uptr) }
2929
fons.reset_atlas(buff_size, buff_size)

0 commit comments

Comments
 (0)