Kill some compiler warnings under Linux and mingw32
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4994 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
edeb26b7a7
commit
747ad310e5
25 changed files with 37 additions and 37 deletions
|
@ -180,7 +180,7 @@ int main( int argc, char * argv[] ) {
|
|||
// remove existing patch with sourceCRC
|
||||
TFileOffset fileCount = 0;
|
||||
while(true) {
|
||||
TFileOffset previousPatchSize;
|
||||
TFileOffset previousPatchSize = 0;
|
||||
try {
|
||||
previousPatchSize = POSIX::getFileSize(patchFileName.c_str());
|
||||
} catch(const char* s) {
|
||||
|
|
|
@ -39,4 +39,4 @@ void CRC32ToString(char* string, DWORD crc);
|
|||
BOOL FileMD5(HANDLE hFile, md5_byte_t digest[16]);
|
||||
void MD5ToString(char* string, md5_byte_t checksum[16]);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue