Skip to content
Snippets Groups Projects
Commit a89c9eed authored by Martin Bauer's avatar Martin Bauer
Browse files

Removed warning in warning-ignore pragma :)

parent b89cf293
No related merge requests found
...@@ -44,8 +44,10 @@ ...@@ -44,8 +44,10 @@
   
// Disable gcc warnings // Disable gcc warnings
#ifdef WALBERLA_CXX_COMPILER_IS_GNU #ifdef WALBERLA_CXX_COMPILER_IS_GNU
#if __GNUC__ > 6
#pragma GCC diagnostic ignored "-Wstringop-overflow" #pragma GCC diagnostic ignored "-Wstringop-overflow"
#endif #endif
#endif
   
// Disable thread safety and load extension - compilable on all systems // Disable thread safety and load extension - compilable on all systems
#define SQLITE_THREADSAFE 0 #define SQLITE_THREADSAFE 0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment