Skip to content

Commit 856f27f

Browse files
authored
Merge pull request #9 from bbalouki/bbs-dev
remove -Wshadow=local for MacOS
2 parents a2ab045 + d39f009 commit 856f27f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/Helpers.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang|GNU|AppleClang")
6262
-pedantic-errors # Like -pedantic but issue them as errors.
6363
-Wsign-conversion # Warns about implicit conversions between signed and unsigned types.
6464
-Wshadow # Warn when one variable shadows another (globally).
65-
-Wshadow=local # Warn when one local variable shadows another local variable or parameter.
6665
)
6766
endif()
6867

0 commit comments

Comments
 (0)