cmake: Add -Wextra-semi

This commit is contained in:
Juan Ramos 2023-09-22 09:40:22 -06:00 committed by Juan Ramos
parent f867a2ff92
commit 7ec2f4aa9e

View file

@ -14,6 +14,7 @@ if(${CMAKE_CXX_COMPILER_ID} MATCHES "(GNU|Clang)")
-Wall
-Wextra
-Wpointer-arith
-Wextra-semi
)
if(${CMAKE_CXX_COMPILER_ID} MATCHES "Clang")
target_compile_options(VulkanCompilerConfiguration INTERFACE