path: when stubbing pkgconf_path_relocate(), suppress unused variables warnings
parent
27c3710521
commit
87a5a1f0cc
|
@ -243,6 +243,9 @@ pkgconf_path_relocate(char *buf, size_t buflen)
|
|||
if (*ti == '\\')
|
||||
*ti = '/';
|
||||
}
|
||||
#else
|
||||
(void) buf;
|
||||
(void) buflen;
|
||||
#endif
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue