mirror of https://github.com/lukechilds/komodo.git
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); ~~~ ^ ~~~try
committed by
Luke Dashjr
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue