more [[gnu::...]] attributes
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
||||
offset_type offset) override;
|
||||
};
|
||||
|
||||
gcc_const
|
||||
[[gnu::const]]
|
||||
static inline bool
|
||||
input_ffmpeg_supported() noexcept
|
||||
{
|
||||
|
||||
@@ -77,7 +77,7 @@ public:
|
||||
return format_id;
|
||||
}
|
||||
|
||||
gcc_pure
|
||||
[[gnu::pure]]
|
||||
CurlGlobal &GetCurl() noexcept;
|
||||
|
||||
void AddLoginHandler(QobuzSessionHandler &h) noexcept;
|
||||
|
||||
@@ -166,7 +166,7 @@ FinishQobuzInput() noexcept
|
||||
delete qobuz_client;
|
||||
}
|
||||
|
||||
gcc_pure
|
||||
[[gnu::pure]]
|
||||
static const char *
|
||||
ExtractQobuzTrackId(const char *uri)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user