We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f005d9 commit 5804207Copy full SHA for 5804207
1 file changed
cmake/helpers.cmake
@@ -232,9 +232,8 @@ function(add_umf_target_compile_options name)
232
PRIVATE -fPIC
233
-Wall
234
-Wextra
235
- -Wpedantic
236
-Wformat-security
237
- -Wcast-qual
+ -Wno-cast-qual
238
$<$<CXX_COMPILER_ID:GNU>:-fdiagnostics-color=auto>)
239
if(CMAKE_BUILD_TYPE STREQUAL "Release")
240
target_compile_definitions(${name} PRIVATE -D_FORTIFY_SOURCE=2)
0 commit comments