intel / parameter-framework

Plugin-based and rule-based framework for describing and controlling parameters
https://01.org/parameter-framework/
Other
60 stars 48 forks source link

Make catch.hpp a system header to avoid compilation warnings #400

Open dawagner opened 7 years ago

dawagner commented 7 years ago

catch.hpp may contain warnings that are turned to error by -Werror; this will cause the compilation to fail unless catch.hpp is a "system" header. Tweak the CMakefile to make it so.

Signed-off-by: David Wagner david.wagner@intel.com

  

codecov-io commented 7 years ago

Current coverage is 72.29% (diff: 100%)

Merging #400 into master will not change coverage

@@             master       #400   diff @@
==========================================
  Files           214        214          
  Lines          6674       6674          
  Methods        1447       1447          
  Messages          0          0          
  Branches        845        845          
==========================================
  Hits           4825       4825          
  Misses         1382       1382          
  Partials        467        467          

Powered by Codecov. Last update d55a88f...14c9b60