aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks
diff options
context:
space:
mode:
authorStuart Connolly <stuart02@gmail.com>2014-01-14 19:43:23 +0000
committerStuart Connolly <stuart02@gmail.com>2014-01-14 19:43:23 +0000
commit51409a870fa0a1c83b8b2e56efcc48573a909393 (patch)
tree7ff4597e6cc1bfe4a26ee4ff1fefd5b963d1cd46 /Frameworks
parent23a72f3918516d3544dc0bb0f7d2acf6d90debc1 (diff)
downloadsequelpro-51409a870fa0a1c83b8b2e56efcc48573a909393.tar.gz
sequelpro-51409a870fa0a1c83b8b2e56efcc48573a909393.tar.bz2
sequelpro-51409a870fa0a1c83b8b2e56efcc48573a909393.zip
Silence unused function warning.
Diffstat (limited to 'Frameworks')
-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.