Disable warning messages for BSPline/FixGPS

.. on a mission to clean up compiler warnings that hide real issues.
This commit is contained in:
Mark Liversedge
2021-05-15 12:19:52 +01:00
parent f072a1ad6e
commit cebf46a99d

View File

@@ -2,6 +2,10 @@
// BSplineCurve.h from Geometric Tools along with all the GTC headers
// it requires.
// disable warning messages
#pragma GCC diagnostic ignored "-Wunused-value"
#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
#define LogError(a) (0); return 0;
#define LogAssert(a,b) (0)