1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-24 04:04:31 +00:00

Fixed compiler warnings on some toolchains

This commit is contained in:
Bryan Roe
2019-01-18 16:02:00 -08:00
parent 694108d245
commit d64dfb5504
4 changed files with 6 additions and 3 deletions

View File

@@ -22,4 +22,5 @@ limitations under the License.
void ILibDuktape_Debugger_Init(duk_context *ctx, unsigned short debugPort);
void ILibDuktape_Debugger_SetScript(char *js, int jsLen, char *fileName, int fileNameLen);
#endif
#endif

View File

@@ -926,4 +926,5 @@ void ILibDuktape_Log_Object(duk_context *ctx, duk_idx_t i, char *meta)
duk_pop_2(ctx);
}
duk_pop(ctx);
}
}