You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Silence all warnings when building with GCC on Linux (#44350)
* Silence all warnings when building with GCC on Linux
* Replace `#warning` with `#pragma message`
The former causes a compiler warning with Clang about it being a language
extension, which then causes an error if building with `-Werror`.
* Silence warning about unused variable when doing a non-debug build
* Initialise another variable which can be detected as uninitialised
* Fix more warnings introduced by recent changes
0 commit comments