JGCRI / hector

The Hector Simple Climate Model
http://jgcri.github.io/hector/
GNU General Public License v3.0
111 stars 47 forks source link

Silence boost-related clang warnings #623

Closed bpbond closed 2 years ago

bpbond commented 2 years ago

Boost's formatter.hpp has a documentation error that generates clang warnings when building Hector:

Screen Shot 2022-06-18 at 2 30 25 PM

These warnings are a PITA and make it hard to find Hector-related issues.

This PR surrounds several Boost includes with clang pragmas, silencing the warnings.