mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-06 04:49:16 +00:00
Fix compiler warnings
This commit is contained in:
@ -767,7 +767,9 @@ namespace Tasking
|
||||
Process->ELFSymbolTable = new SymbolResolver::Symbols((uintptr_t)Image);
|
||||
}
|
||||
else
|
||||
{
|
||||
debug("No image provided for process \"%s\"(%d)", Process->Name, Process->ID);
|
||||
}
|
||||
|
||||
if (Parent)
|
||||
Parent->Children.push_back(Process);
|
||||
|
Reference in New Issue
Block a user