1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 05:21:16 +02:00

Fix some warnings

I think they came from the last Nixpkgs bump.
This commit is contained in:
John Ericson 2024-07-25 00:02:43 -04:00
parent e92dd06a7b
commit 1ae5738317
3 changed files with 8 additions and 1 deletions

View file

@ -2,7 +2,11 @@
#include "eval-inline.hh"
#include <sstream>
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wswitch-enum"
#include <toml.hpp>
#pragma GCC diagnostic pop
namespace nix {