diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-07-04 18:21:47 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-08-12 11:37:43 +0200 |
commit | 675e7e7dcc89d3b39e96e862c3f69378668584d9 (patch) | |
tree | 998a41a66b0541905a233303b23da312eb88bf8e /storage/oqgraph | |
parent | 889d8a8f2beb330df27f2b1cf27ea0375dc4444c (diff) | |
download | mariadb-git-675e7e7dcc89d3b39e96e862c3f69378668584d9.tar.gz |
remove obsolete checks for -fno-implicit-templates
we stopped using -fno-implicit-templates many years ago
Diffstat (limited to 'storage/oqgraph')
-rw-r--r-- | storage/oqgraph/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/oqgraph/CMakeLists.txt b/storage/oqgraph/CMakeLists.txt index 613a44807c7..638ac00dc01 100644 --- a/storage/oqgraph/CMakeLists.txt +++ b/storage/oqgraph/CMakeLists.txt @@ -58,7 +58,6 @@ IF(MSVC) ELSE(MSVC) # Fix lp bug 1221555 with -fpermissive, so that errors in gcc 4.7 become warnings for the time being STRING(REPLACE "-fno-exceptions" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) - STRING(REPLACE "-fno-implicit-templates" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-deprecated -fno-strict-aliasing -fpermissive") ENDIF(MSVC) |