diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-12-06 15:57:23 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-12-10 13:44:49 +0100 |
commit | bca0afb943da714c93b4c8621c0ed727ae86d0e2 (patch) | |
tree | 088fdfb12d3ab67de7b30fd48a15c597f739baef /local.mk | |
parent | 9e565781c664f20df24a295fcfcfd20fb432c94b (diff) |
Shut up about deprecated functions
Diffstat (limited to 'local.mk')
-rw-r--r-- | local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ dist-files += configure config.h.in perl/configure clean-files += Makefile.config -GLOBAL_CXXFLAGS += -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr -I src/nix +GLOBAL_CXXFLAGS += -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr -I src/nix -Wno-deprecated-declarations $(foreach i, config.h $(call rwildcard, src/lib*, *.hh), \ $(eval $(call install-file-in, $(i), $(includedir)/nix, 0644))) |