ORNL-CEES / DataTransferKit

A library for multiphysics solution transfer. ARCHIVED
https://datatransferkit.readthedocs.io/en/dtk-3.0/
BSD 3-Clause "New" or "Revised" License
47 stars 26 forks source link

Partial fix for warnings coming from Boost during the build #527

Closed dalg24 closed 5 years ago

dalg24 commented 5 years ago

I did not manage to understand why all libraries but the one from the Utils package compile with -I <BOOST_DIR> instead of -isystem <BOOST_DIR> but at least now Boost headers are treated as a system headers and do not emit warnings when building tests...

codecov-io commented 5 years ago

Codecov Report

Merging #527 into master will decrease coverage by <.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #527      +/-   ##
==========================================
- Coverage   96.21%   96.21%   -0.01%     
==========================================
  Files         129      129              
  Lines        9301     9300       -1     
==========================================
- Hits         8949     8948       -1     
  Misses        352      352
Impacted Files Coverage Δ
...es/Search/src/details/DTK_DetailsTreeTraversal.hpp 100% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f450ed3...c7c122a. Read the comment docs.