Silence some pedantic compilation warnings about unused results.

This commit is contained in:
Markus F.X.J. Oberhumer
2016-09-28 13:50:50 +02:00
parent 0d57d2cfe3
commit b9b3b67b95
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ int PackVmlinuzI386::decompressKernel()
unsigned relocated = 0;
// See startup_32: in linux/arch/i386/boot/compressed/head.S
const upx_byte *p = &obuf[setup_size];
const upx_byte *p;
unsigned cpa_0 = 0;
unsigned cpa_1 = 0;
int j;