Skip to content

Fix pointer to integer cast warnings

Biswapriyo Nath requested to merge (removed):fix-cast-warnings into master

This fixes warning: cast to pointer from integer of different size. In Windows platform, long is 4 bytes. So, void* is first cast to intptr_t then to int.

Merge request reports