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:
parent
80cf77eb19
commit
4742f4ce1c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user