]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Fix some -Wsystem-headers warnings (PR 95765)
authorJonathan Wakely <jwakely@redhat.com>
Fri, 19 Jun 2020 17:15:15 +0000 (18:15 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 19 Jun 2020 17:20:05 +0000 (18:20 +0100)
commit5b6215083bd6a3e10dd142e1c5d4fab011d6f074
tree4be16a1e1a118644be65e7f2c1a5d333248cb7bd
parent4058454c9e0ee141d049cefa8db315a345a4b30a
libstdc++: Fix some -Wsystem-headers warnings (PR 95765)

PR libstdc++/95765
* include/bits/stl_algobase.h (__size_to_integer(float))
(__size_to_integer(double), __size_to_integer(long double))
(__size_to_integer(__float128)): Cast return type explicitly.
* include/bits/stl_uninitialized.h (__uninitialized_default_1<true>):
Remove unused typedef.
libstdc++-v3/include/bits/stl_algobase.h
libstdc++-v3/include/bits/stl_uninitialized.h