db/update/ExcludeList: declare exclude_list_domain only if HAVE_GLIB
This commit is contained in:
parent
83aed7051c
commit
6b3c525a9d
@ -34,7 +34,9 @@
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
#ifdef HAVE_GLIB
|
||||
static constexpr Domain exclude_list_domain("exclude_list");
|
||||
#endif
|
||||
|
||||
bool
|
||||
ExcludeList::LoadFile(Path path_fs)
|
||||
|
Loading…
Reference in New Issue
Block a user