diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2008-09-24 03:22:58 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2008-09-24 03:22:58 +0000 |
| commit | 0975d66d2f06603f5e4016440b333aac88e2958a (patch) | |
| tree | cd3767fb74c2475fd78bca9ff2d3ba825dd329f4 /src/stdstream.cpp | |
| parent | 17df4c2b9616c29865b0d893cc797d4938a660a2 (diff) | |
| download | libbu++-0975d66d2f06603f5e4016440b333aac88e2958a.tar.gz libbu++-0975d66d2f06603f5e4016440b333aac88e2958a.tar.bz2 libbu++-0975d66d2f06603f5e4016440b333aac88e2958a.tar.xz libbu++-0975d66d2f06603f5e4016440b333aac88e2958a.zip | |
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).
Diffstat (limited to '')
| -rw-r--r-- | src/stdstream.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/stdstream.cpp b/src/stdstream.cpp index 4bb7b17..844f495 100644 --- a/src/stdstream.cpp +++ b/src/stdstream.cpp | |||
| @@ -34,15 +34,15 @@ long Bu::StdStream::tell() | |||
| 34 | return 0; | 34 | return 0; |
| 35 | } | 35 | } |
| 36 | 36 | ||
| 37 | void Bu::StdStream::seek( long offset ) | 37 | void Bu::StdStream::seek( long ) |
| 38 | { | 38 | { |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | void Bu::StdStream::setPos( long pos ) | 41 | void Bu::StdStream::setPos( long ) |
| 42 | { | 42 | { |
| 43 | } | 43 | } |
| 44 | 44 | ||
| 45 | void Bu::StdStream::setPosEnd( long pos ) | 45 | void Bu::StdStream::setPosEnd( long ) |
| 46 | { | 46 | { |
| 47 | } | 47 | } |
| 48 | 48 | ||
| @@ -91,7 +91,7 @@ bool Bu::StdStream::isBlocking() | |||
| 91 | return true; | 91 | return true; |
| 92 | } | 92 | } |
| 93 | 93 | ||
| 94 | void Bu::StdStream::setBlocking( bool bBlocking ) | 94 | void Bu::StdStream::setBlocking( bool ) |
| 95 | { | 95 | { |
| 96 | } | 96 | } |
| 97 | 97 | ||
