mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-16 09:41:42 +00:00
Fix compiler warnings
This commit is contained in:
@@ -44,7 +44,9 @@ namespace Execute
|
||||
return BinaryType::BinTypeFex;
|
||||
}
|
||||
else if (FexHdr->Type == FexFormatType::FexFormatType_Driver)
|
||||
{
|
||||
debug("Fex Driver is not supposed to be executed.");
|
||||
}
|
||||
}
|
||||
/* Check ELF magic. */
|
||||
else if (ELFHeader->e_ident[EI_MAG0] == ELFMAG0 &&
|
||||
|
Reference in New Issue
Block a user