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/fifo.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/fifo.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fifo.cpp b/src/fifo.cpp index 2321cb6..f909e61 100644 --- a/src/fifo.cpp +++ b/src/fifo.cpp | |||
@@ -80,15 +80,15 @@ long Bu::Fifo::tell() | |||
80 | return -1; | 80 | return -1; |
81 | } | 81 | } |
82 | 82 | ||
83 | void Bu::Fifo::seek( long offset ) | 83 | void Bu::Fifo::seek( long ) |
84 | { | 84 | { |
85 | } | 85 | } |
86 | 86 | ||
87 | void Bu::Fifo::setPos( long pos ) | 87 | void Bu::Fifo::setPos( long ) |
88 | { | 88 | { |
89 | } | 89 | } |
90 | 90 | ||
91 | void Bu::Fifo::setPosEnd( long pos ) | 91 | void Bu::Fifo::setPosEnd( long ) |
92 | { | 92 | { |
93 | } | 93 | } |
94 | 94 | ||