Avoid warnings.

This commit is contained in:
Markus F.X.J. Oberhumer
2007-04-26 13:13:26 +02:00
parent b943c9b471
commit 5f203fc082
2 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ int upx_zlib_test_overlap ( const upx_bytep buf, unsigned src_off,
// verify the final result in any case.
unsigned dlen = *dst_len;
unsigned overlap_overhead = src_off + src_len - dlen;
//unsigned overlap_overhead = src_off + src_len - dlen;
//printf("upx_zlib_test_overlap: %d\n", overlap_overhead);
upx_bytep const dst = (upx_bytep)malloc(src_off + src_len);