File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ if(POLICY CMP0135)
1212endif ()
1313
1414# Use the following gcc version
15- set (GCC_VERSION 13.2 .0)
16- set (GCC_HASH SHA256=e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da )
15+ set (GCC_VERSION 13.3 .0)
16+ set (GCC_HASH SHA256=0845e9621c9543a13f484e94584a49ffc0129970e9914624235fc1d061a0c083 )
1717
1818set (ZLIB_VERSION 1.3)
1919set (ZLIB_HASH SHA256=8a9ba2898e1d0d774eca6ba5b4627a11e5588ba85c8851336eb38de4683050a7)
@@ -468,7 +468,7 @@ list(APPEND pthread_tools
468468
469469if ("${CMAKE_CXX_COMPILER_ID} " MATCHES "Clang" AND ${CMAKE_SYSTEM_NAME} STREQUAL "Darwin" )
470470 # GCC on OSX (Clang in diguise) needs more bracket nesting depth to compile gcc
471- set (GCC_CFLAGS "${GCC_CFLAGS} -fbracket-depth=512" )
471+ set (GCC_CFLAGS "${GCC_CFLAGS} -fbracket-depth=512 -Wno-mismatched-tags -Wno-deprecated-declarations " )
472472endif ()
473473
474474# Common gcc configure options
You can’t perform that action at this time.
0 commit comments