From: Jonathan Wakely Date: Mon, 7 Apr 2025 10:30:41 +0000 (+0100) Subject: libstdc++: Remove stray pragma in new header [PR119642] X-Git-Tag: basepoints/gcc-16~293 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b1cf36eb47e217b6f093abd9f76ea358d456e2e;p=thirdparty%2Fgcc.git libstdc++: Remove stray pragma in new header [PR119642] libstdc++-v3/ChangeLog: PR libstdc++/119642 * include/bits/formatfwd.h: Remove stray pragma. --- 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