mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2025-09-14 14:31:28 -04:00
Fix missing 'W' in -Wpedantic for non-MSVC builds (#2240)
This commit is contained in:
parent
a33145af43
commit
6b28af9f1f
@ -80,7 +80,7 @@ function( vulkan_hpp__setup_warning_level )
|
|||||||
target_compile_options( ${TARGET_NAME} PRIVATE /permissive- )
|
target_compile_options( ${TARGET_NAME} PRIVATE /permissive- )
|
||||||
endif()
|
endif()
|
||||||
else()
|
else()
|
||||||
target_compile_options( ${TARGET_NAME} PRIVATE -Wall -Wextra -pedantic -Werror )
|
target_compile_options( ${TARGET_NAME} PRIVATE -Wall -Wextra -Wpedantic -Werror )
|
||||||
endif()
|
endif()
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user