*: add "noexcept" to many, many function prototypes
This eliminates some overhead, because the compiler doesn't need to consider these functions throwing.
This commit is contained in:
@@ -101,7 +101,7 @@ WavpackOpenInput(WavpackStreamReader *reader, void *wv_id, void *wvc_id,
|
||||
|
||||
gcc_pure
|
||||
static SignedSongTime
|
||||
GetDuration(WavpackContext *wpc)
|
||||
GetDuration(WavpackContext *wpc) noexcept
|
||||
{
|
||||
#ifdef OPEN_DSD_AS_PCM
|
||||
/* libWavPack 5 */
|
||||
|
Reference in New Issue
Block a user