Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compile Skia with -std=c++14 but disable C++17 extension warning.
Previously Skia was compiled with -std=c++17. This is dangerous because there are headers that use the preprocessor to produce different C++ code in C++14 and C++17 builds. Standalone Skia is now compiling this way. Make Chrome compile Skia this way, too. Bug: 1257145 Change-Id: I4064518824708dced89f6ba875f958438fdbc912 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3218673 Reviewed-by: Anders Hartvoll Ruud <[email protected]> Commit-Queue: Brian Salomon <[email protected]> Cr-Commit-Position: refs/heads/main@{#931521}
- Loading branch information