Still trying to get rid of the warnings on the CDash machine. It's tricky because I'm not seeing the locally and the warning supression seems to vary bewteen vesions of GCC (See: http://dbp-consulting.com/tutorials/SuppressingGCCWarnings.html).
This commit is contained in:
@ -16,8 +16,6 @@
|
||||
// For some unknown reason the miniz library is supplied only as a
|
||||
// single .c file without a header. Apparently the only way to use
|
||||
// it is then to #include it directly which is what the examples do.
|
||||
// We also disable some warnings as I don't want to fix external code.
|
||||
#pragma GCC diagnostic ignored "-Wall"
|
||||
#include "PolyVoxCore/Impl/miniz.c"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user