mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-29 07:58:42 +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.