mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-25 06:42:27 +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
|
#ifndef _LIBCPP_STRING
|
||||||
#define _LIBCPP_STRING
|
#define _LIBCPP_STRING
|
||||||
|
|
||||||
|
#pragma GCC diagnostic push
|
||||||
|
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized" // [jart]
|
||||||
|
|
||||||
/*
|
/*
|
||||||
string synopsis
|
string synopsis
|
||||||
|
|
||||||
|
@ -4396,4 +4399,6 @@ _LIBCPP_POP_MACROS
|
||||||
# include <utility>
|
# include <utility>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#pragma GCC diagnostic pop // [jart]
|
||||||
|
|
||||||
#endif // _LIBCPP_STRING
|
#endif // _LIBCPP_STRING
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue