mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
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:
parent
27140ff5bb
commit
c83395ff6d
14 changed files with 21 additions and 31 deletions
|
@ -27,8 +27,6 @@
|
|||
#include <QFile>
|
||||
#include <QPair>
|
||||
|
||||
#include <yaml-cpp/yaml.h>
|
||||
|
||||
static bool
|
||||
hasValue( const YAML::Node& v )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue