From 51409a870fa0a1c83b8b2e56efcc48573a909393 Mon Sep 17 00:00:00 2001 From: Stuart Connolly Date: Tue, 14 Jan 2014 19:43:23 +0000 Subject: Silence unused function warning. --- Frameworks/SPMySQLFramework/Source/SPMySQLUtilities.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Frameworks/SPMySQLFramework') 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 +#pragma GCC diagnostic ignored "-Wunused-function" + /** * Define a project function to make it easier to use mach_absolute_time() * to track monotonically increasing time. -- cgit v1.2.3