1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

clang build won't quietly allow missing return statement

This commit is contained in:
Paul Licameli 2020-09-05 14:22:22 -04:00
parent 80cf77eb19
commit 4742f4ce1c

View File

@ -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