build: disable -Wself-assign
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); ~~~ ^ ~~~
build: disable -Wself-assign bb24835aed82Unpublished Tags None Subscribers None
Description
Details
|