>From 2ca22cc6bb52f3f5ff7df407e57992e482723685 Mon Sep 17 00:00:00 2001 From: Jaap de Wolff Date: Sun, 10 May 2020 17:34:11 +0200 Subject: [PATCH 4/5] Valid declaration of unused arguments --- lily/include/overlay-string-port.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/include/overlay-string-port.hh b/lily/include/overlay-string-port.hh index 07503434f3..6da3c32cf3 100644 --- a/lily/include/overlay-string-port.hh +++ b/lily/include/overlay-string-port.hh @@ -114,7 +114,7 @@ public: return scm_return_first_int (*pt->read_pos, port); } - static guile_off_t seek_scm (SCM port, guile_off_t offset, int whence) + static guile_off_t seek_scm (SCM port, guile_off_t /* offset */, int whence) { assert (whence == SEEK_CUR); scm_t_port *pt = SCM_PTAB_ENTRY (port); -- 2.20.1