commit | a307dfd29fccb830b1c59b25060ded9a11254db4 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Fri Jan 09 15:42:58 2015 -0800 |
committer | Adam Langley <agl@google.com> | Mon Jan 12 23:46:03 2015 +0000 |
tree | 5da7857ca37e143de0388310c0315b07b84217e6 | |
parent | f9a40b2ce54ec5001da018e9a4fb8615ed08a4a8 [diff] |
Add (void) to some macros to satisfy compiler. More modern versions of GCC (at least with aarch64) are warning about an unused value in these locations. It's incorrect, but I guess that the macro is confusing it. Using a (void) tag is a little ugly but solves the problem. Change-Id: If6ba5083ab6e501c81e7743ae1ed99a89565e57c Reviewed-on: https://boringssl-review.googlesource.com/2810 Reviewed-by: Adam Langley <agl@google.com>