PyMesh / carve

Automatically exported from code.google.com/p/carve
Other
17 stars 10 forks source link

Fix compilation error for macOS #81

Closed cyrilpic closed 6 years ago

cyrilpic commented 6 years ago

The proposed change fixes a compilation issue on macOS. clang gives an error when comparing a pointer with an integer. Casting to (void *) solves the problem.