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
Compiler warnings of different types w/ GCC & Clang, e.g.:
../src/format.c:204:12: warning: unused variable ‘fsize’ [-Wunused-variable]
format.c:198:1: warning: control reaches end of non-void function [-Wreturn-type]
Recommend adding -Wall to default build and eliminating warnings with both GCC and Clang
The text was updated successfully, but these errors were encountered:
Compiler warnings of different types w/ GCC & Clang, e.g.:
../src/format.c:204:12: warning: unused variable ‘fsize’ [-Wunused-variable]
format.c:198:1: warning: control reaches end of non-void function [-Wreturn-type]
Recommend adding -Wall to default build and eliminating warnings with both GCC and Clang
The text was updated successfully, but these errors were encountered: