[libc-commits] [libc] [libc][complex] Set up headers and add documentation for complex.h. (PR #111659)
via libc-commits
libc-commits at lists.llvm.org
Mon Oct 14 07:51:11 PDT 2024
================
@@ -227,6 +229,8 @@ function(_get_common_test_compile_options output_var c_test flags)
# list(APPEND compile_options "-Wimplicit-fallthrough")
# list(APPEND compile_options "-Wwrite-strings")
# list(APPEND compile_options "-Wextra-semi")
+ # silencing this warning because _Complex is part of C99.
----------------
lntue wrote:
Nit: Silence
https://github.com/llvm/llvm-project/pull/111659
More information about the libc-commits
mailing list