Skip to content

Commit c0e0291

Browse files
build(windows): remove no-template-body exception (#4033)
1 parent 5b1da1c commit c0e0291

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cmake/compile_definitions/windows.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -static")
99
# gcc complains about misleading indentation in some mingw includes
1010
list(APPEND SUNSHINE_COMPILE_OPTIONS -Wno-misleading-indentation)
1111

12-
# gcc15 complains about non-template type 'coroutine_handle' used as a template in Windows.Foundation.h
13-
# can remove after https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120495 is available in mingw-w64
14-
list(APPEND SUNSHINE_COMPILE_OPTIONS -Wno-template-body)
15-
1612
# see gcc bug 98723
1713
add_definitions(-DUSE_BOOST_REGEX)
1814

0 commit comments

Comments
 (0)