mirror of https://github.com/nodejs/node.git
Coverity stack size warnings in DefineConstants().
parent
c9e505791a
commit
ac2404283e
|
@ -1780,6 +1780,7 @@ static void Load(int argc, char *argv[]) {
|
||||||
// Not in use at the moment.
|
// Not in use at the moment.
|
||||||
//IdleWatcher::Initialize(process); // idle_watcher.cc
|
//IdleWatcher::Initialize(process); // idle_watcher.cc
|
||||||
Timer::Initialize(process); // timer.cc
|
Timer::Initialize(process); // timer.cc
|
||||||
|
// coverity[stack_use_callee]
|
||||||
DefineConstants(process); // constants.cc
|
DefineConstants(process); // constants.cc
|
||||||
|
|
||||||
// Compile, execute the src/node.js file. (Which was included as static C
|
// Compile, execute the src/node.js file. (Which was included as static C
|
||||||
|
|
Loading…
Reference in New Issue