X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=adt%2Futil.h;h=21b41e21b27071c6c30cde496b1fbc4247e5d0ad;hb=f017f4f5080052f95185056b3af472ab737bc64a;hp=19a7bf8a05ad090e0b4eb4631e61bbcbab879a16;hpb=d5e8df5885f97ea65839f8970b8697549c207610;p=cparser diff --git a/adt/util.h b/adt/util.h index 19a7bf8..21b41e2 100644 --- a/adt/util.h +++ b/adt/util.h @@ -16,7 +16,7 @@ */ #define COMPILETIME_ASSERT(x, name) \ static __attribute__((unused)) void compiletime_assert_##name (int h) { \ - switch(h) { case 0: case (x): ; } \ + switch(h) { case 0: case (x): {} } \ } /**