mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-05 09:20:29 +00:00
Silence clangd warning
This commit is contained in:
parent
9f6e1030c0
commit
cc2e97ed20
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ class string
|
||||||
return &__b;
|
return &__b;
|
||||||
}
|
}
|
||||||
|
|
||||||
friend string strcat(string_view, string_view);
|
friend string strcat(string_view, string_view) noexcept;
|
||||||
|
|
||||||
union
|
union
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue