From 1d02c374c8877d430f4ab35a790fc02f02974704 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 26 May 2010 14:35:22 +0000 Subject: Fixed most of the compilation warnings, and a valgrind warning in the fstring's remove function. memcpy can't do overlapping memory, changed it to use memmove. --- src/stdstream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdstream.cpp') diff --git a/src/stdstream.cpp b/src/stdstream.cpp index 4c2c828..32ddec4 100644 --- a/src/stdstream.cpp +++ b/src/stdstream.cpp @@ -96,7 +96,7 @@ void Bu::StdStream::setBlocking( bool ) { } -void Bu::StdStream::setSize( long iSize ) +void Bu::StdStream::setSize( long ) { } -- cgit v1.2.3