decoder/wavpack: use [[gnu::pure]]
This commit is contained in:
parent
a6619e9a13
commit
329c448d30
@ -78,7 +78,7 @@ WavpackOpenInput(const WavpackStreamReader64 &reader, void *wv_id, void *wvc_id,
|
||||
return wpc;
|
||||
}
|
||||
|
||||
gcc_pure
|
||||
[[gnu::pure]]
|
||||
static SignedSongTime
|
||||
GetDuration(WavpackContext *wpc) noexcept
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user