Fix GCC 7 warnings

This commit is contained in:
Carsten Sonne Larsen 2018-08-07 19:46:15 +02:00
parent 527376a92a
commit fb19bb560d
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#ifndef AMATH_LIB_COMPLEX_H
#define AMATH_LIB_COMPLEX_H
#if __GNUC__ > 2
#if __GNUC__ > 6
#pragma GCC diagnostic ignored "-Wbuiltin-declaration-mismatch"
#endif