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
Meson build has warning_level=2, which enables -Wall -Wextra compiler flags. Some of the warning seems worth fixing.
This commit resolves some of the following warnings:
-Wredundant-move
-Wimplicit-fallthrough
-Wreorder
-Wsign-compare
0 commit comments