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
|
@ -1820,7 +1820,7 @@ int CEXEBuild::ProcessPages()
|
|||
int license_fsrb=0;
|
||||
int license_fscb=0;
|
||||
int selcom=0;
|
||||
int dir=0, dir_used;
|
||||
int dir=0;
|
||||
int uninstconfirm=0;
|
||||
int instlog=0, instlog_used;
|
||||
int main=0;
|
||||
|
@ -1829,7 +1829,6 @@ int CEXEBuild::ProcessPages()
|
|||
again:
|
||||
#endif
|
||||
|
||||
dir_used = 0;
|
||||
instlog_used = 0;
|
||||
|
||||
#ifdef NSIS_CONFIG_SILENT_SUPPORT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue