- fixed several warnings emitted by Clang.
This commit is contained in:
parent
9c3907136d
commit
47b76180d6
12 changed files with 21 additions and 16 deletions
|
|
@ -102,7 +102,7 @@ struct svalue_t
|
|||
}
|
||||
|
||||
svalue_t(const svalue_t & other) = default;
|
||||
|
||||
svalue_t& operator=(const svalue_t& other) = default;
|
||||
void setInt(int ip)
|
||||
{
|
||||
value.i = ip;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue