commit | 487d6d3db3f504b0120fc605ad3a4155ca214674 | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Tue Aug 21 09:10:03 2012 -0700 |
committer | Android Git Automerger <android-git-automerger@android.com> | Tue Aug 21 09:10:03 2012 -0700 |
tree | 8961a8f92c7599d2577e34bbaf92cece01d43cd4 | |
parent | 00f0691107dfde589bd23a7d079b4e05998833b0 [diff] | |
parent | 02fd29246ab54ee4a0f8fa6358498070e54e5fd0 [diff] |
am 02fd2924: Merge "Fixed warnings test_zipfile" * commit '02fd29246ab54ee4a0f8fa6358498070e54e5fd0': Fixed warnings test_zipfile
diff --git a/libzipfile/test_zipfile.c b/libzipfile/test_zipfile.c index 40840ec..1aaa913 100644 --- a/libzipfile/test_zipfile.c +++ b/libzipfile/test_zipfile.c
@@ -1,5 +1,5 @@ #include <zipfile/zipfile.h> - +#include <string.h> #include <stdio.h> #include <stdlib.h> @@ -55,6 +55,8 @@ switch (what) { + case HUH: + break; case LIST: dump_zipfile(stdout, zip); break;