Skip to content
Snippets Groups Projects
Commit b42aaf4a authored by Dominik Loidolt's avatar Dominik Loidolt
Browse files

Fix: Add GCC `__extension__` to suppress C89 warning

parent e7536103
Branches
Tags
1 merge request!30Enhanced Error Handling in Chunk Compression Functions
......@@ -41,6 +41,7 @@ void cmp_debug_print_impl(const char *fmt, ...);
# define debug_print(...) do {} while (0)
#endif
__extension__
#define debug_print_level(level, ...) \
do { \
if (level <= DEBUGLEVEL) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment