OSDN Git Service

4a4b3d65644ce403b0f22887fc0d38b0202ec8c7 upset clang.
authorElliott Hughes <enh@google.com>
Sun, 19 Feb 2017 17:22:45 +0000 (09:22 -0800)
committerRob Landley <rob@landley.net>
Tue, 21 Feb 2017 04:21:58 +0000 (22:21 -0600)
commitfd5687662c581b9f94a9076a3cd7436560682cf2
tree8b6024e81d5fea65146cd8bb1542636688c68bc2
parentfd866b2f058294cf51a6987a1786ff1bd9e6b1ea
4a4b3d65644ce403b0f22887fc0d38b0202ec8c7 upset clang.

Recent-ish clang doesn't like self-assignment. Google/Android code always
uses the [template-based moral equivalent of] __attribute__((__unused__))
to keep both compilers happy.
lib/lib.c