1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Add -Wundef to make #if FOO an error if not defined

This commit has all the straightforward stuff.
This commit is contained in:
Robert Hensing 2025-04-05 00:45:19 +02:00
parent d81cd04d23
commit 5c90b41715
23 changed files with 40 additions and 33 deletions

View file

@ -8,6 +8,7 @@
#include "nix/util/callback.hh"
#include "nix/util/signals.hh"
#include "store-config-private.hh"
#if ENABLE_S3
#include <aws/core/client/ClientConfiguration.h>
#endif