From fd19b727e3b7372ab1ffb63db3ef30ed43fa413a Mon Sep 17 00:00:00 2001 From: Brett Date: Sun, 24 Mar 2024 14:00:48 -0400 Subject: [PATCH] remove error --- CMakeLists.txt | 4 ++-- libraries/openal-soft | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b0a72c0..07f4cfe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -80,8 +80,8 @@ if (${BUILD_GRAPHICS_TESTS}) target_link_libraries(BLT_GRAPHICS_TESTS BLT_WITH_GRAPHICS) - target_compile_options(BLT_GRAPHICS_TESTS PRIVATE -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing) - target_link_options(BLT_GRAPHICS_TESTS PRIVATE -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function) + target_compile_options(BLT_GRAPHICS_TESTS PRIVATE -Wall -Wpedantic -Wno-comment -Wno-strict-aliasing) + target_link_options(BLT_GRAPHICS_TESTS PRIVATE -Wall -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function) if (${ENABLE_ADDRSAN} MATCHES ON) target_compile_options(BLT_GRAPHICS_TESTS PRIVATE -fsanitize=address) diff --git a/libraries/openal-soft b/libraries/openal-soft index 358fee3..700b4dc 160000 --- a/libraries/openal-soft +++ b/libraries/openal-soft @@ -1 +1 @@ -Subproject commit 358fee381e2d0d6f56f8dcc4e2eeda7449270545 +Subproject commit 700b4dcf03b34da0ff37a079555359ca6deb840d