commit | 03700ab28aad7d8816686df844db6e3094de2cf8 | [log] [tgz] |
---|---|---|
author | Kaylee Lubick <kjlubick@google.com> | Mon Dec 16 09:53:20 2024 -0500 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Mon Dec 16 07:27:31 2024 -0800 |
tree | fc77677cdd7b626f3db7e8ccefe2b27344e07515 | |
parent | b2e692629c1fb19342517d7fb61f1cf83d075492 [diff] |
Remove unnecessary const qualifiers from function definitions size_t is a stack value so const is meaningless in the definition. Clang-Tidy noticed these. Change-Id: I96b0257956dc5f69bd94b65717a55392d8c29c65 Reviewed-on: https://skia-review.googlesource.com/c/skcms/+/930240 Auto-Submit: Kaylee Lubick <kjlubick@google.com> Reviewed-by: Daniel Dilan <danieldilan@google.com> Commit-Queue: Daniel Dilan <danieldilan@google.com>
To build with ninja, simply run ninja
from the root directory. This will produce a library in /out.
There are also Bazel rules, outlined in BAZEL.md