[libcxx-commits] [libcxx] [libc++][TZDB] Implements time_zone::to_sys. (PR #90394)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 11 10:04:25 PDT 2024
mordante wrote:
@zeroomega Some tests contain the line
`// ADDITIONAL_COMPILE_FLAGS(clang): -Wno-deprecated`
I expect these tests also need a line
`// ADDITIONAL_COMPILE_FLAGS(cl-style-warnings): -Wno-deprecated`
I don't have access to a Windows system. Could you test whether adding that line to the tests solves the issue?
https://github.com/llvm/llvm-project/pull/90394
More information about the libcxx-commits
mailing list