aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Frameworks/SPMySQLFramework/Source/SPMySQLUtilities.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Frameworks/SPMySQLFramework/Source/SPMySQLUtilities.h b/Frameworks/SPMySQLFramework/Source/SPMySQLUtilities.h
index 6d2a28b9..745fbada 100644
--- a/Frameworks/SPMySQLFramework/Source/SPMySQLUtilities.h
+++ b/Frameworks/SPMySQLFramework/Source/SPMySQLUtilities.h
@@ -32,6 +32,8 @@
#include <mach/mach_time.h>
+#pragma GCC diagnostic ignored "-Wunused-function"
+
/**
* Define a project function to make it easier to use mach_absolute_time()
* to track monotonically increasing time.