1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 22:01:15 +02:00

Merge pull request #11179 from obsidiansystems/misc-fix

Misc fixes
This commit is contained in:
Eelco Dolstra 2024-07-25 14:01:54 +02:00 committed by GitHub
commit 99c20d6624
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 22 additions and 2 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 {