crude -g implementation
[cparser] / adt / util.h
index 19a7bf8..21b41e2 100644 (file)
@@ -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): {} } \
        }
 
 /**