Skip to content

Commit

Permalink
[libmacro] fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
gozfree committed Apr 14, 2019
1 parent abf1910 commit af810cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libmacro/test_libmacro.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ void unused_macro_tests(void)

UNUSED(sizeof(char) == 1);
UNUSED(sizeof(char) == 1, i);
UNUSED(a, sizeof(char) == 1, b);

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

const char *duh = "Suck less!";
UNUSED(duh);
Expand Down

0 comments on commit af810cf

Please sign in to comment.