[libc-commits] [libc] [libc] temporarily set -Wno-shorten-64-to-32 (PR #77396)
via libc-commits
libc-commits at lists.llvm.org
Mon Jan 8 16:19:12 PST 2024
================
@@ -22,6 +22,10 @@ add_entrypoint_object(
libc.include.sys_syscall
libc.src.__support.OSUtil.osutil
libc.src.errno.errno
+ COMPILE_OPTIONS
+ # TODO: https://github.com/llvm/llvm-project/issues/77395
+ -Wno-shorten-64-to-32
+ -Wdafasdf
----------------
michaelrj-google wrote:
I'm not sure this is a real warning
https://github.com/llvm/llvm-project/pull/77396
More information about the libc-commits
mailing list