Added CFLAGS -Wall -Wextra to configure.ac

Fixed some compiler warnings related to changed CFLAGS settings.
This commit is contained in:
Roland Jax
2014-02-05 13:23:40 +01:00
parent 55fbbdd082
commit 4787c26b35
6 changed files with 19 additions and 16 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ int main() {
break;
}
if (i < sizeof(data)) {
if (i < (int) sizeof(data)) {
ret = eb_htoi(&byte);
if (ret != -1) {
data[i] = ret;