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

@ -26,8 +26,6 @@
#include "utils/Logger.h"
#include "utils/YamlUtils.h"
#include <yaml-cpp/yaml.h>
#include <QtTest/QtTest>
#include <QFileInfo>