mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Fix unused variable warnings in testrecurse
This commit is contained in:
parent
a4864c2f98
commit
154824ee5e
@ -69,8 +69,8 @@ typedef struct
|
||||
} glob_t;
|
||||
|
||||
#define GLOB_DOOFFS 0
|
||||
static int glob(const char *pattern, int flags,
|
||||
int errfunc(const char *epath, int eerrno),
|
||||
static int glob(const char *pattern, ATTRIBUTE_UNUSED int flags,
|
||||
ATTRIBUTE_UNUSED int errfunc(const char *epath, int eerrno),
|
||||
glob_t *pglob) {
|
||||
glob_t *ret;
|
||||
WIN32_FIND_DATA FindFileData;
|
||||
|
Loading…
x
Reference in New Issue
Block a user