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
As of now, the clap-wrapper target uses the default minimum of compiler warnings. In order to catch as many errors as possible at compile time, additional warning groups such as -Wall, -Wextra and -Wpedantic should be considered.
After resolving all warnings for the added groups, we could think about enabling warnings as errors: -Werror.
The text was updated successfully, but these errors were encountered:
As of now, the
clap-wrapper
target uses the default minimum of compiler warnings. In order to catch as many errors as possible at compile time, additional warning groups such as-Wall
,-Wextra
and-Wpedantic
should be considered.After resolving all warnings for the added groups, we could think about enabling warnings as errors:
-Werror
.The text was updated successfully, but these errors were encountered: