Guile 2: stop suppressing guile deprecated messages

All known deprecations have been dealt with and if new uses
of deprecated methods appear we want know this.
This commit is contained in:
Geert Janssens
2018-07-05 14:25:38 +02:00
committed by Geert Janssens
parent 463b551db9
commit 00ef7f3ab3
3 changed files with 0 additions and 7 deletions
-1
View File
@@ -8,7 +8,6 @@ function(get_guile_env)
set(env "")
list(APPEND env "GNC_UNINSTALLED=yes")
list(APPEND env "GNC_BUILDDIR=${CMAKE_BINARY_DIR}")
list(APPEND env "GUILE_WARN_DEPRECATED=no")
if (APPLE)
list(APPEND env "DYLD_LIBRARY_PATH=${_GNC_MODULE_PATH}")
endif()