mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-16 00:03:45 +00:00
Fixed compiler warnings on some toolchains
This commit is contained in:
@@ -2880,7 +2880,7 @@ void checkForEmbeddedMSH(MeshAgentHostContainer *agent)
|
||||
#endif
|
||||
if (msh != NULL)
|
||||
{
|
||||
fwrite(eMSH, 1, mshLen, msh);
|
||||
ignore_result(fwrite(eMSH, 1, mshLen, msh));
|
||||
fclose(msh);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user