Ensure functions always have a return even in release builds.
This commit is contained in:
@@ -2258,6 +2258,7 @@ static int getNumArguments(const uint8_t* bytecode, const Value* constants,
|
||||
|
||||
default:
|
||||
UNREACHABLE();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user