diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-09-03 12:58:53 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-09-03 12:58:53 +0200 |
commit | 09307c443c173fc2756169290b6ce0ba2f679b9a (patch) | |
tree | 0669ce6145d8590817f7961445397ae69cd4e6f3 /sql/sql_partition.h | |
parent | 530a6e74819ec14b5fdc42aa588b236ecb9f2fcd (diff) | |
download | mariadb-git-09307c443c173fc2756169290b6ce0ba2f679b9a.tar.gz |
clang warning
Diffstat (limited to 'sql/sql_partition.h')
-rw-r--r-- | sql/sql_partition.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |