From 25bc185367ffb0caf3197babf44243d1703895e3 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Sun, 13 Nov 2011 22:59:06 +0200 Subject: [PATCH] Shut up compiler --- projects/stargazer/traffcounter_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/stargazer/traffcounter_impl.cpp b/projects/stargazer/traffcounter_impl.cpp index 31063523..f39f1248 100644 --- a/projects/stargazer/traffcounter_impl.cpp +++ b/projects/stargazer/traffcounter_impl.cpp @@ -899,7 +899,7 @@ switch (rule.proto) printf("ALL "); break; } -printf("dir=%d \n", static_cast(rule.dir)); +printf("dir=%u \n", static_cast(rule.dir)); } //----------------------------------------------------------------------------- void TRAFFCOUNTER_IMPL::SetMonitorDir(const std::string & monitorDir) -- 2.43.2