🔥 build warning on Win32
This commit is contained in:
parent
248ac5c37b
commit
63d9174822
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue