Skip to content

Commit 54de73d

Browse files
[libc] temporarily set -Wno-shorten-64-to-32
This is still broken after #77350. Disable the warning for now, and fix properly once the buildbot it back to green. Link: #77395
1 parent 6958986 commit 54de73d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc/src/sys/mman/linux/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ add_entrypoint_object(
2222
libc.include.sys_syscall
2323
libc.src.__support.OSUtil.osutil
2424
libc.src.errno.errno
25+
COMPILE_OPTIONS
26+
# TODO: https://github.com/llvm/llvm-project/issues/77395
27+
-Wno-shorten-64-to-32
2528
)
2629

2730
add_entrypoint_object(

0 commit comments

Comments
 (0)