commit | 3ea9412ad948c67f1564e56b7dc53071262dce8b | [log] [tgz] |
---|---|---|
author | John Stiles <johnstiles@google.com> | Sun Jul 16 21:51:30 2023 -0400 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Mon Jul 17 13:15:21 2023 +0000 |
tree | e8ec0ed09643e57858904b2929af58399ecaa631 | |
parent | 0494868e93a414dc870027253fcfc5281264c5db [diff] |
Replace SK_UNUSED with C++17 [[maybe_unused]]. We no longer need a custom macro for [[maybe_unused]], since it was added as a standard attribute in C++17. Change-Id: Ia11ef83f218aff28c1bd3a2060ca917a86fc165e Reviewed-on: https://skia-review.googlesource.com/c/skia/+/724397 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: John Stiles <johnstiles@google.com>