Skip to content
Snippets Groups Projects
Commit ff4e5422 authored by Alexis La Goutte's avatar Alexis La Goutte
Browse files

cmake: add also remove -Wno-noexcept-type for cmake

parent 6fe75568
No related merge requests found
......@@ -173,6 +173,9 @@ else()
-Wall
-Wformat-security
-Wsometimes-uninitialized
# Disable noexcept-type warning of g++-7. This is not harmful as
# long as all source files are compiled with the same compiler.
-Wno-noexcept-type
)
if(ENABLE_ASAN)
......
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