*: add "noexcept" to many, many function prototypes
See commit 71f0ed8b74
This commit is contained in:
@@ -37,6 +37,6 @@ MakeAlsaVersion(uint_least32_t major, uint_least32_t minor,
|
||||
*/
|
||||
gcc_const
|
||||
uint_least32_t
|
||||
GetRuntimeAlsaVersion();
|
||||
GetRuntimeAlsaVersion() noexcept;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user