Code: Select all
/share/obj-aarch64-unknown-linux-gnu/dist/include/Units.h:525:21: note: parameter passing for argument of type 'mozilla::gfx::RectTyped<mozilla::LayoutDevicePixel>' when C++17 is enabled changed to match C++14 in GCC 10.1
The build is successful so it isn't a critical issue, but the messages are annoying and could potentially make it difficult to diagnose an aarch64-specific issue in the future.
Any insights into why this might be happening? Any idea on how we can silence these messages?