Skip to content

Commit 24f952b

Browse files
committed
remove unneeded warning disable
1 parent 6a2a654 commit 24f952b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ if (${CMAKE_CXX_COMPILER_ID} MATCHES "(GNU|Clang)")
6262
add_compile_options(
6363
-Wno-stringop-truncation
6464
-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
65+
-Wno-address # TODO: JOSN lib generator generates non-null address checks for stack arrays
66+
-Wno-unused-function # TODO: JSON gen layer generates pointer and non-pointer versions of many methods, but use only one
6867
)
6968
endif()
7069

0 commit comments

Comments
 (0)