From: Maxim Mamontov Date: Sun, 13 Nov 2011 20:59:06 +0000 (+0200) Subject: Shut up compiler X-Git-Tag: 2.408~46 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/25bc185367ffb0caf3197babf44243d1703895e3 Shut up compiler --- 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)