WebAssembly / wasm-c-api

Wasm C API prototype
Apache License 2.0
534 stars 77 forks source link

Fix warning about casting from pointer to integer of different size. #159

Closed nlewycky closed 3 years ago

nlewycky commented 3 years ago

Fixes:

/home/nicholas/wasmer/lib/c-api/tests/wasm_c_api/wasm-c-api/example/finalize.c: In function ‘finalize’:
/home/nicholas/wasmer/lib/c-api/tests/wasm_c_api/wasm-c-api/example/finalize.c:15:11: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
   15 |   int i = (int)data;
      |           ^
cc1: all warnings being treated as errors