We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1da1c commit c0e0291Copy full SHA for c0e0291
cmake/compile_definitions/windows.cmake
@@ -9,10 +9,6 @@ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -static")
9
# gcc complains about misleading indentation in some mingw includes
10
list(APPEND SUNSHINE_COMPILE_OPTIONS -Wno-misleading-indentation)
11
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
-
16
# see gcc bug 98723
17
add_definitions(-DUSE_BOOST_REGEX)
18
0 commit comments