Skip to content

Commit 7d7b199

Browse files
committed
Add another warning-as-error exception
Caused by a spatial audio header file.
1 parent 9242197 commit 7d7b199

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_BUILD_TYPE STREQUAL "Debug")
156156
# The following showed up in GCC 14, which I am using via msys2 on Windows.
157157
# Remove the following when Glaxnimate is fixed.
158158
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-c++20-compat -Wno-dangling-reference")
159+
# The following showed up in GCC 13.3.
160+
# Remove the following when spatialaudio is fixed.
161+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-overloaded-virtual")
159162
endif ()
160163

161164
if(MSVC)

0 commit comments

Comments
 (0)