From 97eaadb7bf6bae678d75ed07e3e0a39854af2c0c Mon Sep 17 00:00:00 2001 From: Pere Mato <pere.mato@cern.ch> Date: Fri, 26 Aug 2016 15:23:06 +0200 Subject: [PATCH] Suppress Pythia8 warnings 'misleading-indentation' --- montecarlo/pythia8/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/montecarlo/pythia8/CMakeLists.txt b/montecarlo/pythia8/CMakeLists.txt index cc3913008d8..db7d8688346 100644 --- a/montecarlo/pythia8/CMakeLists.txt +++ b/montecarlo/pythia8/CMakeLists.txt @@ -8,6 +8,7 @@ include_directories(${PYTHIA8_INCLUDE_DIR}) ROOT_GENERATE_DICTIONARY(G__Pythia8 *.h MODULE EGPythia8 LINKDEF LinkDef.h) ROOT_ADD_CXX_FLAG(CMAKE_CXX_FLAGS -Wno-overloaded-virtual) +ROOT_ADD_CXX_FLAG(CMAKE_CXX_FLAGS -Wno-misleading-indentation) ROOT_LINKER_LIBRARY(EGPythia8 *.cxx G__Pythia8.cxx LIBRARIES Core ${PYTHIA8_LIBRARIES} DEPENDENCIES EG Graf VMC Physics) ROOT_INSTALL_HEADERS() -- GitLab