diff --git a/src/node.cc b/src/node.cc index 2842def619b..04534de3bd8 100644 --- a/src/node.cc +++ b/src/node.cc @@ -1780,6 +1780,7 @@ static void Load(int argc, char *argv[]) { // Not in use at the moment. //IdleWatcher::Initialize(process); // idle_watcher.cc Timer::Initialize(process); // timer.cc + // coverity[stack_use_callee] DefineConstants(process); // constants.cc // Compile, execute the src/node.js file. (Which was included as static C