mirror of
https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
synced 2025-05-14 16:58:43 +00:00
cmake: Add -Wextra-semi
This commit is contained in:
parent
f867a2ff92
commit
7ec2f4aa9e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue