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.
2 parents a9f8d0e + 754eda5 commit 0d9ca76Copy full SHA for 0d9ca76
.gitignore
@@ -36,3 +36,6 @@ _start-cmd.bat
36
37
# Local config unix
38
.localconfig
39
+
40
+# Wiki
41
+wiki
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