From 0975d66d2f06603f5e4016440b333aac88e2958a Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 24 Sep 2008 03:22:58 +0000 Subject: Ok, now all the warnings are gone (except for those coming from nids, but that's ok, nids is still in flux, they'll be gone soon). --- src/tests/logger.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tests/logger.cpp') diff --git a/src/tests/logger.cpp b/src/tests/logger.cpp index 71a1ca2..04cefe8 100644 --- a/src/tests/logger.cpp +++ b/src/tests/logger.cpp @@ -17,7 +17,7 @@ class Thing lineLog( 2, "Want a thing?"); } - void go( int i ) + void go( int ) { lineLog( 1, "GO!!!!"); } @@ -32,6 +32,6 @@ int main() logHexDump( 5, "This is a test of the hex-dump facility", 16, "Random stuff"); Thing gh; - gh.go( 6); + gh.go( 6 ); } -- cgit v1.2.3