1
0
Fork 0

attempt to fix compile warning

This commit is contained in:
Jan Steemann 2015-02-23 15:35:47 +01:00
parent 8b76d3bf91
commit 43545bf6fe
1 changed files with 3 additions and 0 deletions

View File

@ -110,6 +110,9 @@ static const uint32_t V8DataSlot = 0;
#define TRI_V8_CURRENT_GLOBALS_AND_SCOPE \
TRI_v8_global_t* v8g = static_cast<TRI_v8_global_t*>(isolate->GetData(V8DataSlot)); \
v8::HandleScope scope(isolate); \
do { \
\
} \
while (0)
////////////////////////////////////////////////////////////////////////////////