Skip to content

Commit 6946e67

Browse files
committed
gcc: update to 13.3.0
Fixes building with Xcode 16.
1 parent 0fb473f commit 6946e67

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ if(POLICY CMP0135)
1212
endif()
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

1818
set(ZLIB_VERSION 1.3)
1919
set(ZLIB_HASH SHA256=8a9ba2898e1d0d774eca6ba5b4627a11e5588ba85c8851336eb38de4683050a7)
@@ -468,7 +468,7 @@ list(APPEND pthread_tools
468468

469469
if("${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")
472472
endif()
473473

474474
# Common gcc configure options

0 commit comments

Comments
 (0)