mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
[libcalamares] Reduce warnings with Clang 9 (yaml.h)
This commit is contained in:
parent
ac75c63001
commit
3c1b0e6730
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ class QFileInfo;
|
|||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wzero-as-null-pointer-constant"
|
||||
#pragma clang diagnostic ignored "-Wshadow"
|
||||
#pragma clang diagnostic ignored "-Wfloat-equal"
|
||||
#endif
|
||||
|
||||
#include <yaml-cpp/yaml.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue