more [[gnu::...]] attributes

This commit is contained in:
Max Kellermann
2021-10-13 17:27:16 +02:00
parent 18f64b5fb7
commit 2fbbd540bb
5 changed files with 11 additions and 11 deletions

View File

@@ -69,7 +69,7 @@ InotifyQueue::OnDelay() noexcept
}
}
gcc_pure
[[gnu::pure]]
static bool
path_in(const char *path, const char *possible_parent) noexcept
{