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

This commit is contained in:
Max Kellermann
2021-10-13 11:28:04 +02:00
parent 1c4b484a56
commit f510564d9d
135 changed files with 361 additions and 514 deletions

View File

@@ -28,7 +28,7 @@
static constexpr size_t ID3V1_SIZE = 128;
gcc_pure
[[gnu::pure]]
static inline bool
tag_is_id3v1(struct id3_tag *tag) noexcept
{