commit | 908b4a1158f0afcb324406bfcc75ed8138856ded | [log] [tgz] |
---|---|---|
author | Mike Klein <mtklein@google.com> | Thu Dec 05 11:27:41 2019 -0600 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Dec 05 18:20:33 2019 +0000 |
tree | 5fda9bce398ab8b579f537339eb3213aa9636240 | |
parent | 7f11fb50259c5bb1b70ce03ddc66a531c07cf941 [diff] |
stifle GCC warnings in Sk4px GCC warngs that we're memcpy()ing into Sk4px, a non-trivial type. We're really quite sure about its layout (now asserted) so I think it's safe to just cast to void* to quiet the warnings. Change-Id: I6b868e0dc7113302914c37b0aac187272203329f Reviewed-on: https://skia-review.googlesource.com/c/skia/+/258270 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com> Auto-Submit: Mike Klein <mtklein@google.com>