Fix compiler warnings when using Clang
The KF and L1 packages set special compiler flags. Some of the warnings are not present when using Clang such that a CMake check was implemented which test the existense of those. The check simply compiles some C++ code with the compiler flag added to the compile command. Unfortunately Clang only prints a warning when a warning flag doesn't exist but successfuly finishes the compilation such that the check suceeds. This results in many warnings during compilation of L1.
parent
95fad0f7
No related branches found
No related tags found
Showing
- reco/KF/KF.cmake 5 additions, 5 deletionsreco/KF/KF.cmake
- reco/KF/KFParticleInterface.cmake 7 additions, 7 deletionsreco/KF/KFParticleInterface.cmake
- reco/KF/KFQA.cmake 7 additions, 7 deletionsreco/KF/KFQA.cmake
- reco/L1/CMakeLists.txt 4 additions, 8 deletionsreco/L1/CMakeLists.txt
- reco/eventbuilder/CMakeLists.txt 2 additions, 2 deletionsreco/eventbuilder/CMakeLists.txt
Please register or sign in to comment