mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-16 13:14:51 -04:00
--Code Change
-Fix compiler warnings in XmlToEmber
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user