path: when stubbing pkgconf_path_relocate(), suppress unused variables warnings

feature/tap-sh
William Pitcock 2017-01-13 20:08:22 -06:00
parent 27c3710521
commit 87a5a1f0cc
1 changed files with 3 additions and 0 deletions

View File

@ -243,6 +243,9 @@ pkgconf_path_relocate(char *buf, size_t buflen)
if (*ti == '\\')
*ti = '/';
}
#else
(void) buf;
(void) buflen;
#endif
return true;