mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-17 22:21:17 +01:00
... an inline function in a header was declared to return bool, but returned nothing. Now its type is void. This function's undefined return value was not used anywhere.