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
When compiling with -Wextra (which CMake apparently defaults to on some platforms?), a -Wmissing-braces warning triggers:
In Xcode 12.5.1, clicking the "Fix" button for the warning yields code that does not compile, so I assume that the warning is actually faulty, and it would be best to suppress it.
The text was updated successfully, but these errors were encountered:
When compiling with
-Wextra
(which CMake apparently defaults to on some platforms?), a-Wmissing-braces
warning triggers:In Xcode 12.5.1, clicking the "Fix" button for the warning yields code that does not compile, so I assume that the warning is actually faulty, and it would be best to suppress it.
The text was updated successfully, but these errors were encountered: