Skip to content

Commit e338c45

Browse files
committed
dismiss unused warning
1 parent 613b9e3 commit e338c45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpdk-sys/gen/inline_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
void __attribute__ ((noinline)) test_fn()
99
{
1010
void* __unused = __CHECK_FN;
11+
(void)__unused;
1112
}
1213

1314
int main() {

0 commit comments

Comments
 (0)