Skip to content

Commit 0d9ca76

Browse files
committed
Merge branch 'master' of github.com:cginternals/cmake-init
2 parents a9f8d0e + 754eda5 commit 0d9ca76

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ _start-cmd.bat
3636

3737
# Local config unix
3838
.localconfig
39+
40+
# Wiki
41+
wiki

cmake/CompileOptions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU" OR "${CMAKE_CXX_COMPILER_ID}" MATCH
119119
$<$<CXX_COMPILER_ID:Clang>:
120120
-Wpedantic
121121

122-
-Wreturn-stack-address
122+
# -Wreturn-stack-address # gives false positives
123123
>
124124

125125
$<$<PLATFORM_ID:Darwin>:

0 commit comments

Comments
 (0)