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
Add -Wall and -Werror options for Clang compiler. The only reason for
the -Werror option is because the build also enables it for other
compilers. If it ever becomes an obstacle in future, it will be removed
for all compilers. The important option is -Wall to detect code smells.
0 commit comments