Skip to content
Snippets Groups Projects
Commit 1f441206 authored by Dmitry Popov's avatar Dmitry Popov
Browse files

Disable suggest-override warnings for LHCb PhysLists

parent 4331861c
No related branches found
No related tags found
No related merge requests found
......@@ -22,3 +22,6 @@ gaudi_add_library(G4LHCblists
LINK_LIBRARIES ${Geant4_LIBRARIES} CLHEP)
add_dependencies(G4LHCblists Geant4)
# Dirty fix to disable the pesky warning
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-suggest-override")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment