From 6c40a278090e1621aaa6bc4c7a2cb6746d09e5e1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 1 Oct 2018 08:40:45 +0200 Subject: [PATCH] db/update/ExcludeList: fix variable name in #else block --- src/db/update/ExcludeList.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/update/ExcludeList.cxx b/src/db/update/ExcludeList.cxx index 69f5d8244..b4cb8666b 100644 --- a/src/db/update/ExcludeList.cxx +++ b/src/db/update/ExcludeList.cxx @@ -58,7 +58,7 @@ ExcludeList::Load(InputStreamPtr is) ParseLine(line); #else /* not implemented */ - (void)path_fs; + (void)is; #endif return true;