зеркало из https://github.com/mozilla/pjs.git
Fix some warnings.
This commit is contained in:
Родитель
ddc27a6bbf
Коммит
ac0fb74d41
|
@ -148,7 +148,7 @@ public:
|
|||
|
||||
private:
|
||||
txStack* mStack;
|
||||
PRUint32 mPosition;
|
||||
PRInt32 mPosition;
|
||||
};
|
||||
|
||||
#endif /* txStack_h___ */
|
||||
|
|
|
@ -94,7 +94,7 @@ void parseCommandLine(int argc, char** argv, txOptions& aOptions)
|
|||
if (*argv[i] == '-' && arg.Length() > 1) {
|
||||
// clean up previous flag
|
||||
if (!flag.IsEmpty()) {
|
||||
txOptionEntry* option = aOptions.AddEntry(flag);
|
||||
aOptions.AddEntry(flag);
|
||||
flag.Truncate();
|
||||
}
|
||||
|
||||
|
@ -111,7 +111,7 @@ void parseCommandLine(int argc, char** argv, txOptions& aOptions)
|
|||
}
|
||||
|
||||
if (!flag.IsEmpty()) {
|
||||
txOptionEntry* option = aOptions.AddEntry(flag);
|
||||
aOptions.AddEntry(flag);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче