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;