isolated-vm
isolated-vm copied to clipboard
Fix compiler warnings
- Avoid reinterpret_cast
- Remove pointless #define _GNU_SOURCE. It is already defined by gyp, and defining it after all the includes does nothing anyway.
- Avoid using Nothing for primitives, they are not initialized.
- unary minus operator applied to unsigned type, result still unsigned