Skip to content

Commit

Permalink
cmake: Add -Wextra-semi
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-lunarg committed Sep 22, 2023
1 parent f867a2f commit 7ec2f4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ec2f4a

Please sign in to comment.