build(windows): remove no-template-body exception (#4033)
This commit is contained in:
parent
5b1da1c1ab
commit
c0e029117d
1 changed files with 0 additions and 4 deletions
|
|
@ -9,10 +9,6 @@ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -static")
|
||||||
# gcc complains about misleading indentation in some mingw includes
|
# gcc complains about misleading indentation in some mingw includes
|
||||||
list(APPEND SUNSHINE_COMPILE_OPTIONS -Wno-misleading-indentation)
|
list(APPEND SUNSHINE_COMPILE_OPTIONS -Wno-misleading-indentation)
|
||||||
|
|
||||||
# gcc15 complains about non-template type 'coroutine_handle' used as a template in Windows.Foundation.h
|
|
||||||
# can remove after https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120495 is available in mingw-w64
|
|
||||||
list(APPEND SUNSHINE_COMPILE_OPTIONS -Wno-template-body)
|
|
||||||
|
|
||||||
# see gcc bug 98723
|
# see gcc bug 98723
|
||||||
add_definitions(-DUSE_BOOST_REGEX)
|
add_definitions(-DUSE_BOOST_REGEX)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue