Adding a const to a static char array
When a different static char broke the build (for unrelated reasons), I looked through the tree for other static chars without const. This was the only other one outside third_party and tests. It's possible the generated machine code is the same, or it might become better this way. Depends on the compiler/linker/OS. Change-Id: I11a75cda4de25d468357f36e1afb23c79460ace8 Reviewed-on: https://chromium-review.googlesource.com/c/1278730 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#599241}
Showing
Please register or sign in to comment