diff --git a/CMakeLists.txt b/CMakeLists.txt index f1d7bb5..5089520 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -162,7 +162,8 @@ if(MSVC) # TODO add /WX else() if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Emscripten") - target_compile_options(pac PRIVATE -std=c++20 -Wall -Wextra -pedantic -Wno-long-long -Wunused -Wnon-virtual-dtor -Wno-align-mismatch -Wpedantic -Werror -Wpointer-arith -Wcast-qual -Wno-missing-braces -Wdangling) + target_compile_options(pac PRIVATE -std=c++20 -Wall -Wextra -pedantic -Wno-long-long -Wunused -Wnon-virtual-dtor -Wno-align-mismatch -Wpedantic -Werror -Wpointer-arith -Wcast-qual -Wno-missing-braces) + # -Wdangling only works with clang # TODO Add -Wshadow -Wconversion -Wmissing-prototypes # -std=c++20 -O3 -fsanitize=fuzzer,address,undefined -fPIE endif() diff --git a/subprojects/jngl b/subprojects/jngl index 3d6cccf..3e3d8cc 160000 --- a/subprojects/jngl +++ b/subprojects/jngl @@ -1 +1 @@ -Subproject commit 3d6cccfe9383d75bf1712783f0d1186ee054d747 +Subproject commit 3e3d8cc93d4ad724c6fbe807643cc89ae94e8a1d diff --git a/subprojects/spine-runtimes b/subprojects/spine-runtimes index 227adda..4dc367d 160000 --- a/subprojects/spine-runtimes +++ b/subprojects/spine-runtimes @@ -1 +1 @@ -Subproject commit 227addaee27f41d1ca2e07c9796afaa34cde1e2f +Subproject commit 4dc367db2589599835567037b83f5d346d4cb903