Fix bug with realpath() on Windows

This commit is contained in:
Justine Tunney 2024-05-29 18:47:01 -07:00
parent 2816df59b2
commit f31a98d50a
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
4 changed files with 57 additions and 3 deletions

View file

@ -15,7 +15,7 @@
#define _LIBCPP_SRC_INCLUDE_TO_CHARS_FLOATING_POINT_H
#pragma GCC diagnostic push
#pragma GCC diagnostic warning "-Wattributes"
#pragma GCC diagnostic ignored "-Wattributes"
// Avoid formatting to keep the changes with the original code minimal.
// clang-format off