mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-01 06:33:53 +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.