+2
−0
gfx/cairo/clang-cl-popcount.patch
0 → 100644
+13
−0
Loading
`register` isn't allowed in C++17, but cairo is too old to care. Instead of turning off the warning, just use the `__builtin_popcount` path for clang. This path also applies to clang-cl. Differential Revision: https://phabricator.services.mozilla.com/D44047 --HG-- extra : moz-landing-system : lando