mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 08:33:53 +01:00
clang build won't quietly allow missing return statement
This commit is contained in:
@@ -1016,6 +1016,7 @@ list( APPEND OPTIONS
|
||||
PRIVATE
|
||||
$<$<CXX_COMPILER_ID:MSVC>:/permissive->
|
||||
$<$<CXX_COMPILER_ID:AppleClang,Clang>:-Wno-underaligned-exception-object>
|
||||
$<$<CXX_COMPILER_ID:AppleClang,Clang>:-Werror=return-type>
|
||||
)
|
||||
|
||||
list( APPEND LDFLAGS
|
||||
|
||||
Reference in New Issue
Block a user