From 09307c443c173fc2756169290b6ce0ba2f679b9a Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Thu, 3 Sep 2015 12:58:53 +0200 Subject: [PATCH] clang warning --- sql/sql_partition.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/sql_partition.h b/sql/sql_partition.h index ff6596fffaa..b560c53562d 100644 --- a/sql/sql_partition.h +++ b/sql/sql_partition.h @@ -16,7 +16,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifdef __GNUC__ +#ifdef USE_PRAGMA_INTERFACE #pragma interface /* gcc class implementation */ #endif