mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 14:25:49 +00:00
![Mike Hommey](/assets/img/avatar_default.png)
There is no implicit conversion for scoped enums, so using them without an explicit conversion in varargs functions is undefined behavior. GCC has had a warning about this for a long while, but clang only gained this a few days ago on trunk. Differential Revision: https://phabricator.services.mozilla.com/D181723