We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdf611 commit cf68c04Copy full SHA for cf68c04
libc/include/llvm-libc-macros/float-macros.h
@@ -13,6 +13,7 @@
13
#ifdef __clang__
14
#pragma clang diagnostic push
15
#pragma clang diagnostic ignored "-Wgnu-include-next"
16
+#pragma clang diagnostic ignored "-Winclude-next-absolute-path"
17
#else // gcc
18
#pragma GCC system_header
19
#endif //__clang__
0 commit comments