Merge pull request #5905 from lat9nq/core-sized-dealloc

core: Add -fsized-dealloction as a Clang flag
This commit is contained in:
LC 2021-02-09 23:45:36 -05:00 committed by GitHub
commit 3c22ce035b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -653,6 +653,8 @@ else()
$<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter>
$<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable>
$<$<CXX_COMPILER_ID:Clang>:-fsized-deallocation>
-Wno-sign-conversion
)
endif()