mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Changed: #825 Remove all warning when compiling Ryzom
This commit is contained in:
parent
e129c55ba6
commit
d3b59df267
1 changed files with 1 additions and 2 deletions
|
@ -104,7 +104,6 @@ void tmpFlagRemovedPatchCategories(NLMISC::CConfigFile &cf)
|
|||
}
|
||||
|
||||
|
||||
|
||||
using namespace std;
|
||||
using namespace NLMISC;
|
||||
|
||||
|
@ -772,7 +771,7 @@ void CPatchManager::createBatchFile(CProductDescriptionForClient &descFile, bool
|
|||
nlwarning("\tFileName = %s", rFilename.c_str());
|
||||
// Extract to patch
|
||||
vector<string> vFilenames;
|
||||
bool result;
|
||||
bool result = false;
|
||||
try
|
||||
{
|
||||
result = bnpUnpack(rFilename, ClientPatchPath, vFilenames);
|
||||
|
|
Loading…
Reference in a new issue