1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-15 15:53:55 +00:00

fixed compiler warnings

This commit is contained in:
Bryan Roe
2020-06-15 21:27:44 -07:00
parent 59f80fc1b1
commit a68c533191
2 changed files with 3 additions and 1 deletions

View File

@@ -29,6 +29,8 @@ limitations under the License.
#define ILibDuktape_CompressorStream_ptr "\xFF_Duktape_CompressorStream_ptr"
#define ILibDuktape_CompressorStream_ResumeBuffer "\xFF_Duktape_CompressorStream_ResumeBuffer"
extern uint32_t crc32(uint32_t crc, const unsigned char* buf, uint32_t len);
typedef struct ILibDuktape_CompressorStream
{
duk_context *ctx;