🔥 build warning on Win32

This commit is contained in:
Paul Betts 2016-03-13 20:27:44 -07:00
parent 248ac5c37b
commit 63d9174822

View file

@ -267,6 +267,7 @@ v8::Local<v8::Value> NativeImage::AsNativeRepresentation(
ptr = reinterpret_cast<void*>(image_.AsNSImage()); ptr = reinterpret_cast<void*>(image_.AsNSImage());
break; break;
#endif #endif
case NativeRepresentation::INVALID:
default: default:
args->ThrowError(); args->ThrowError();
break; break;