--Code Change

-Fix compiler warnings in XmlToEmber
This commit is contained in:
Seth Troisi
2022-02-13 00:30:56 -08:00
parent ee7ca7065e
commit 344c8c6457
10 changed files with 22 additions and 30 deletions

View File

@ -137,7 +137,7 @@ static string GetExePath(const char* argv0)
cerr << "Could not discern full path from executable.\n";
#else
auto fullsize = readlink("/proc/self/exe", v.data(), v.size());
readlink("/proc/self/exe", v.data(), v.size());
fullpath = string(v.data());
#endif
#endif