fix compiler warnings (#3094)

This commit is contained in:
Jcw87
2026-02-11 00:14:18 -08:00
committed by GitHub
parent 754b265e3b
commit 7a22a1c320
10 changed files with 11 additions and 25 deletions
+2
View File
@@ -94,10 +94,12 @@ void dMpath_HIO_n::hioList_c::update(JORMContext* mctx) {
u32 dMpath_HIO_n::hioList_c::addString(char* param_1, u32 param_2, u32 param_3) const {
// DEBUG NONMATCHING
return param_2;
}
u32 dMpath_HIO_n::hioList_c::addStringBinary(char* param_1, u32 param_2, u32 param_3) const {
// DEBUG NONMATCHING
return param_2;
}
BOOL dMpath_HIO_file_base_c::writeHostioTextFile(const char* param_1) {