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

Disable suggest-override warnings in LHCb tests

parent de8ce5bd
No related branches found
No related tags found
1 merge request!24Migrate 'master' to G4 v10r3p3
......@@ -28,4 +28,7 @@ gaudi_add_executable(G4HadronicXSectionsTest
add_dependencies(G4HadronicXSectionsTest Geant4)
# Dirty fix to disable the pesky warning
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-suggest-override")
gaudi_install_scripts()
......@@ -26,4 +26,7 @@ gaudi_add_executable(G4MScInThinLayerTest
add_dependencies(G4MScInThinLayerTest Geant4)
# Dirty fix to disable the pesky warning
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-suggest-override")
gaudi_install_scripts()
......@@ -39,4 +39,7 @@ gaudi_add_executable(G4RichTbSimHTest
add_dependencies(G4RichTbSimHTest Geant4)
# Dirty fix to disable the pesky warning
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-suggest-override")
gaudi_install_scripts()
......@@ -25,4 +25,7 @@ gaudi_add_executable(G4SamplingCaloTest
add_dependencies(G4SamplingCaloTest Geant4)
# Dirty fix to disable the pesky warning
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-suggest-override")
gaudi_install_scripts()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment