From 2082915dcbe234bd36310e0c41e03a07e7c65cc6 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Mon, 22 Dec 2008 02:31:28 +0000 Subject: compiler waring fix --- src/routingTreeWalker.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routingTreeWalker.hpp b/src/routingTreeWalker.hpp index 646ea25..33e4ae6 100644 --- a/src/routingTreeWalker.hpp +++ b/src/routingTreeWalker.hpp @@ -34,7 +34,7 @@ template u_int16_t routingTreeFinder(BinaryType bytes ,RoutingTreeNode & root ) { bool valid=0; - u_int16_t mux; + u_int16_t mux=0; RoutingTreeNode * node = &root; if (root.valid_) { -- cgit v1.2.3