From 4620b35cd4bdd140551bd3c302b9c54c03d341af Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 27 Oct 2018 20:41:15 -0700 Subject: [PATCH] Eliminate compiler warning. --- src/ffi/build.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ffi/build.scm b/src/ffi/build.scm index 0cd8f6d6a..1bb70d1b9 100644 --- a/src/ffi/build.scm +++ b/src/ffi/build.scm @@ -73,6 +73,7 @@ USA. (->namestring (pathname-as-directory dirname)))) (define (update-plugin-lib operation name project scmlibdir) + (declare (ignore project)) (if (file-exists? (merge-pathnames "optiondb.scm" scmlibdir)) ;; NOT in dpkg-buildpackage's chroot (update-optiondb plugins -- 2.25.1