We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2a654 commit 24f952bCopy full SHA for 24f952b
CMakeLists.txt
@@ -62,9 +62,8 @@ if (${CMAKE_CXX_COMPILER_ID} MATCHES "(GNU|Clang)")
62
add_compile_options(
63
-Wno-stringop-truncation
64
-Wl,--no-undefined
65
- -Wno-address # JOSN lib generator generates non-null address checks for stack arrays
66
- -Wno-unused-function # JSON gen layer exports everything using unused global static functions
67
- -Wno-format-overflow # vulkan_json_gen.c triggers this
+ -Wno-address # TODO: JOSN lib generator generates non-null address checks for stack arrays
+ -Wno-unused-function # TODO: JSON gen layer generates pointer and non-pointer versions of many methods, but use only one
68
)
69
endif()
70
0 commit comments