Skip to content

Commit

Permalink
Merge branch 'BlueBrain:master' into copyright_updater_2024
Browse files Browse the repository at this point in the history
  • Loading branch information
bbpgithubaudit authored Feb 14, 2024
2 parents bc88ef3 + 9f04c67 commit f87c5a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMake/CompilerFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
set(FLAGS "${FLAGS} -Wno-padded")
set(FLAGS "${FLAGS} -Wno-weak-vtables")
set(FLAGS "${FLAGS} -Wno-covered-switch-default")
set(FLAGS "${FLAGS} -Wno-poison-system-directories")
endif()
if(APPLE)
set(FLAGS "${FLAGS} -Wno-undef")
Expand Down

0 comments on commit f87c5a7

Please sign in to comment.