DebugHeap.c:45:37: warning: anonymous variadic macros were introduced in C99
Closed this issue · 3 comments
bagder commented
not C89 compatible...
deplinenoise commented
Is this a real issue for you? On what compiler?
bagder commented
Again, you're using non-C89 features so your code is not C89 compliant.
So, for me it is a non-option.
deplinenoise commented
Fixed in 2ca0136