Reduce warnings for yaml-cpp

- Use only utils/YamlUtils.h to pull in yaml-cpp and supporting code.
 - When compiling with clang, turn off warnings that the system header
   for yaml-cpp would generate.
This commit is contained in:
Adriaan de Groot 2019-04-17 11:43:21 +02:00
parent 27140ff5bb
commit c83395ff6d
14 changed files with 21 additions and 31 deletions

View file

@ -27,8 +27,6 @@
#include <QFile>
#include <QPair>
#include <yaml-cpp/yaml.h>
static bool
hasValue( const YAML::Node& v )
{