mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-24 14:22:28 +00:00
Fix MODE=optlinux and MODE=tiny builds
This commit is contained in:
parent
5660ec4741
commit
0602ff6bab
12 changed files with 75 additions and 36 deletions
3
third_party/libcxx/string
vendored
3
third_party/libcxx/string
vendored
|
@ -1883,7 +1883,10 @@ private:
|
|||
#endif
|
||||
|
||||
for (; __first != __last; ++__first)
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
|
||||
traits_type::assign(*__dest++, *__first);
|
||||
#pragma GCC diagnostic pop
|
||||
return __dest;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue