Description: Fix FTBFS with gcc 6. Author: Andrey Rahmatullin Bug-Debian: https://bugs.debian.org/811699 Last-Update: 2016-11-04 diff --git a/src/lib/util.h b/src/lib/util.h index a8e4559..564fa5d 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -22,7 +22,7 @@ void localtime_str_now(char* str, size_t str_len); void drain_fd(int fd); // static assert, for compile-time assertion checking -#define static_assert(x) switch (x) case 0: case (x): +//#define static_assert(x) switch (x) case 0: case (x): __END_DECLS