commit | 68c2755d71750401d82d9aa17774ebd385cb5dc0 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Jul 07 09:44:17 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Jul 07 09:44:17 2014 -0700 |
tree | f0c9d7c9820365806faa0e4f644b6dc5ba9554d6 | |
parent | 1f262b35fef5108e3bd3fbea4b6aa1ce635767f9 [diff] [blame] |
Fix three clang complaints about the DNS code. These are all already fixed upstream in the same way. Change-Id: I2881b6d0fbd0237fffc0f00563bc14750dcce0d9
diff --git a/libc/dns/resolv/res_state.c b/libc/dns/resolv/res_state.c index 01f68e9..57791d1 100644 --- a/libc/dns/resolv/res_state.c +++ b/libc/dns/resolv/res_state.c
@@ -211,10 +211,9 @@ } void -__res_put_state(res_state res) +__res_put_state(res_state res __unused) { /* nothing to do */ - res=res; } res_static