aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2025-04-07 11:30:41 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2025-04-07 16:08:24 +0100
commit3b1cf36eb47e217b6f093abd9f76ea358d456e2e (patch)
tree5c83d4421d579949732237237451dce10a95db9a
parent107f8de8fb5004bbf219c47b60dfd721762437d2 (diff)
downloadgcc-3b1cf36eb47e217b6f093abd9f76ea358d456e2e.zip
gcc-3b1cf36eb47e217b6f093abd9f76ea358d456e2e.tar.gz
gcc-3b1cf36eb47e217b6f093abd9f76ea358d456e2e.tar.bz2
libstdc++: Remove stray pragma in new header [PR119642]
libstdc++-v3/ChangeLog: PR libstdc++/119642 * include/bits/formatfwd.h: Remove stray pragma.
-rw-r--r--libstdc++-v3/include/bits/formatfwd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/formatfwd.h b/libstdc++-v3/include/bits/formatfwd.h
index 44922cb..a6b5ac8 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