Skip to content

Commit af810cf

Browse files
committed
[libmacro] fix compile error
1 parent abf1910 commit af810cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libmacro/test_libmacro.c

-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ void unused_macro_tests(void)
5252

5353
UNUSED(sizeof(char) == 1);
5454
UNUSED(sizeof(char) == 1, i);
55-
UNUSED(a, sizeof(char) == 1, b);
5655

57-
UNUSED(0, i, "Yummy!", a, b, 'a', NULL, 3.141592654);
5856

5957
const char *duh = "Suck less!";
6058
UNUSED(duh);

0 commit comments

Comments
 (0)