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
|
@ -648,13 +648,6 @@ int CEXEBuild::GenerateLangTable(LanguageTable *lt, int num_lang_tables) {
|
|||
const TCHAR *name = _T("(unnamed)");
|
||||
for (l = 0; l < langstring_num; l++)
|
||||
{
|
||||
int index;
|
||||
|
||||
if (!uninstall_mode)
|
||||
index = lang_strings[l].index;
|
||||
else
|
||||
index = lang_strings[l].uindex;
|
||||
|
||||
if (lang_strings[l].index == j)
|
||||
{
|
||||
name = build_langstrings.offset2name(lang_strings[l].name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue