Coverity stack size warnings in DefineConstants().

v0.7.4-release
Peter Griess 2010-07-12 15:04:15 -07:00 committed by Ryan Dahl
parent c9e505791a
commit ac2404283e
1 changed files with 1 additions and 0 deletions

View File

@ -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