isolated-vm icon indicating copy to clipboard operation
isolated-vm copied to clipboard

Fix compiler warnings

Open orgads opened this issue 1 year ago • 0 comments

  • 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

orgads avatar Jan 17 '24 07:01 orgads