[libc-commits] [libc] [libc][complex] Set up headers and add documentation (PR #111659)

via libc-commits libc-commits at lists.llvm.org
Mon Oct 14 07:23:46 PDT 2024


================
@@ -152,6 +152,7 @@ function(_get_common_compile_options output_var flags)
     endif()
     list(APPEND compile_options "-Wconversion")
     list(APPEND compile_options "-Wno-sign-conversion")
+    list(APPEND compile_options "-Wno-c99-extensions")
----------------
lntue wrote:

Can you add this comment to the cmake file?

https://github.com/llvm/llvm-project/pull/111659


More information about the libc-commits mailing list