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

Shut up some warnings

This commit is contained in:
Eelco Dolstra 2017-04-14 14:42:20 +02:00
parent dd3714f6ef
commit f8a2e8a552
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
6 changed files with 17 additions and 13 deletions

View file

@ -202,7 +202,7 @@ void initGC()
GC_INIT();
GC_oom_fn = oomHandler;
GC_set_oom_fn(oomHandler);
/* Set the initial heap size to something fairly big (25% of
physical RAM, up to a maximum of 384 MiB) so that in most cases

View file

@ -6,8 +6,6 @@ libexpr_DIR := $(d)
libexpr_SOURCES := $(wildcard $(d)/*.cc) $(wildcard $(d)/primops/*.cc) $(d)/lexer-tab.cc $(d)/parser-tab.cc
libexpr_CXXFLAGS := -Wno-deprecated-register
libexpr_LIBS = libutil libstore libformat
libexpr_LDFLAGS =