Skip to content

Commit

Permalink
Update clang version
Browse files Browse the repository at this point in the history
  • Loading branch information
gen2brain committed Oct 16, 2023
1 parent 83e8616 commit 6f554bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unarrc/unarrc_cgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package unarrc
#cgo CFLAGS: -Iexternal/lzma -Iexternal/zlib -Iexternal/bzip2 -Iexternal/unarr -fomit-frame-pointer
#cgo amd64 arm64 arm64be loong64 mips64 mips64le ppc64 ppc64le riscv64 s390x sparc64 CFLAGS: -D_FILE_OFFSET_BITS=64
#if defined(__clang__) && __clang_major__ >= 16
#if defined(__clang__) && __clang_major__ >= 17
#cgo CFLAGS: -Wno-typedef-redefinition -Wno-deprecated-non-prototype
#endif
Expand Down

0 comments on commit 6f554bf

Please sign in to comment.