mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-03 08:20:28 +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;
|
||||
}
|
||||
|
||||
friend string strcat(string_view, string_view);
|
||||
friend string strcat(string_view, string_view) noexcept;
|
||||
|
||||
union
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue