forked from chinosk/gkms-local
UnityResolve: Solve C++ 17 return warnings
This commit is contained in:
parent
1256b12d9a
commit
cbc571cf7a
|
|
@ -565,10 +565,10 @@ public:
|
||||||
}
|
}
|
||||||
catch (...) {
|
catch (...) {
|
||||||
std::cout << funcName << " Invoke Error\n";
|
std::cout << funcName << " Invoke Error\n";
|
||||||
Return();
|
return Return();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Return();
|
return Return();
|
||||||
}
|
}
|
||||||
|
|
||||||
inline static std::vector<Assembly*> assembly;
|
inline static std::vector<Assembly*> assembly;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue