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 4545539 commit 3948b5dCopy full SHA for 3948b5d
cmake/CompileOptions.cmake
@@ -119,7 +119,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU" OR "${CMAKE_CXX_COMPILER_ID}" MATCH
119
$<$<CXX_COMPILER_ID:Clang>:
120
-Wpedantic
121
122
- -Wreturn-stack-address
+ # -Wreturn-stack-address # gives false positives
123
>
124
125
$<$<PLATFORM_ID:Darwin>:
0 commit comments