Skip to content

Commit

Permalink
remove compile flags that prevent rootcling dicts to compile in old R…
Browse files Browse the repository at this point in the history
…OOT versions
  • Loading branch information
hegner committed Jul 27, 2023
1 parent eab9c50 commit cc84f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/podioBuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ macro(podio_set_compiler_flags)
# build Catch2 locally without them
SET(CXX_FLAGS_CMAKE_DEFAULTS "${CMAKE_CXX_FLAGS}")

SET(COMPILER_FLAGS -Wshadow -Wformat-security -Wno-long-long -Wdeprecated -fdiagnostics-color=auto -Wall -Wextra -pedantic )
SET(COMPILER_FLAGS -Wshadow -Wformat-security -Wno-long-long -Wdeprecated -fdiagnostics-color=auto -Wall -Wextra -pedantic -Wno-error=deprecated-declarations -Wno-error=shadow -Wno-error=deprecated-copy-dtor)

# AppleClang/Clang specific warning flags
if(CMAKE_CXX_COMPILER_ID MATCHES "^(Apple)?Clang$")
Expand Down

0 comments on commit cc84f54

Please sign in to comment.