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 8d99e5c commit 14ead3fCopy full SHA for 14ead3f
core/CMakeLists.txt
@@ -19,8 +19,8 @@ add_compile_definitions(CODSPEED_VERSION="${CODSPEED_VERSION}")
19
20
# Disable valgrind compilation errors
21
if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
22
- # Disable the old-style-cast warning for the specific target
23
- target_compile_options(codspeed PRIVATE -Wno-old-style-cast)
+ # Disable the old-style-cast warning for the specific target
+ target_compile_options(codspeed PRIVATE -Wno-old-style-cast)
24
endif()
25
26
# Specify the include directories for users of the library
0 commit comments