Removed unused variables and fixed GCC warnings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6259 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c6fdb4436d
commit
2d99d7ad3e
26 changed files with 124 additions and 96 deletions
|
@ -153,8 +153,8 @@ int _tmain(int argc, TCHAR* argv[])
|
|||
}
|
||||
else
|
||||
{
|
||||
fprintf(fHdr, "!define LIBRARY_VERSION_HIGH %u\n", high);
|
||||
fprintf(fHdr, "!define LIBRARY_VERSION_LOW %u\n", low);
|
||||
fprintf(fHdr, "!define LIBRARY_VERSION_HIGH %lu\n", high);
|
||||
fprintf(fHdr, "!define LIBRARY_VERSION_LOW %lu\n", low);
|
||||
}
|
||||
|
||||
fclose(fHdr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue