mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Disable warning messages for BSPline/FixGPS
.. on a mission to clean up compiler warnings that hide real issues.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user