mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Add #ifdef for GCC pragma
This commit is contained in:
parent
d3493d601d
commit
1e34b5cf46
@ -7,7 +7,11 @@
|
||||
// compile and run any of them on any platform, but your performance with the
|
||||
// non-native version will be less than optimal.
|
||||
|
||||
#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
|
||||
#include "platform.h"
|
||||
|
||||
#ifdef ETL_COMPILER_GCC
|
||||
#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
|
||||
#endif
|
||||
|
||||
#include "murmurhash3.h"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user