From 3b1cf36eb47e217b6f093abd9f76ea358d456e2e Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 7 Apr 2025 11:30:41 +0100 Subject: [PATCH] libstdc++: Remove stray pragma in new header [PR119642] libstdc++-v3/ChangeLog: PR libstdc++/119642 * include/bits/formatfwd.h: Remove stray pragma. --- libstdc++-v3/include/bits/formatfwd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libstdc++-v3/include/bits/formatfwd.h b/libstdc++-v3/include/bits/formatfwd.h index 44922cb83fc..a6b5ac8c8ce 100644 --- a/libstdc++-v3/include/bits/formatfwd.h +++ b/libstdc++-v3/include/bits/formatfwd.h @@ -67,5 +67,4 @@ namespace __format _GLIBCXX_END_NAMESPACE_VERSION } // namespace std #endif // __glibcxx_format -#pragma GCC diagnostic pop #endif // _GLIBCXX_FORMAT_FWD_H