From ac2404283e4b5718b91093403e1afcc6e4104180 Mon Sep 17 00:00:00 2001 From: Peter Griess Date: Mon, 12 Jul 2010 15:04:15 -0700 Subject: [PATCH] Coverity stack size warnings in DefineConstants(). --- src/node.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/node.cc b/src/node.cc index 2842def619..04534de3bd 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