Remove compiler warnings for obscure combinations of build options.

This commit is contained in:
Simon Kelley
2025-05-24 15:09:53 +01:00
parent ebef27f321
commit 90b248582c
4 changed files with 17 additions and 2 deletions

View File

@@ -251,6 +251,8 @@ int inotify_check(time_t now)
int hit = 0;
struct dyndir *dd;
(void)now;
while (1)
{
int rc;