mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-24 14:22:28 +00:00
Fix compiler warning
This commit is contained in:
parent
8e68384e15
commit
c638eabfe0
1 changed files with 5 additions and 0 deletions
5
third_party/libcxx/string
vendored
5
third_party/libcxx/string
vendored
|
@ -10,6 +10,9 @@
|
|||
#ifndef _LIBCPP_STRING
|
||||
#define _LIBCPP_STRING
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized" // [jart]
|
||||
|
||||
/*
|
||||
string synopsis
|
||||
|
||||
|
@ -4396,4 +4399,6 @@ _LIBCPP_POP_MACROS
|
|||
# include <utility>
|
||||
#endif
|
||||
|
||||
#pragma GCC diagnostic pop // [jart]
|
||||
|
||||
#endif // _LIBCPP_STRING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue