Browse Source
Prevent these warnings in clang 3.6: ./serialize.h:96:9: warning: explicitly assigning value of variable of type 'uint64_t' (aka 'unsigned long') to itself [-Wself-assign] obj = (obj); ~~~ ^ ~~~0.13
Wladimir J. van der Laan
9 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue