Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

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

Open
dawagner wants to merge 1 commit into
intel:masterfrom
dawagner:avoid-errors-from-catch-headers
Open

Make catch.hpp a system header to avoid compilation warnings#400
dawagner wants to merge 1 commit into
intel:masterfrom
dawagner:avoid-errors-from-catch-headers

Conversation

@dawagner

@dawagnerdawagner commented Jan 24, 2017

Copy link
Copy Markdown
Contributor

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

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


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

Copy link
Copy Markdown

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

Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@dawagner@codecov-io