diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2014-08-30 01:47:35 -0400 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2014-08-30 01:50:22 -0400 |
commit | 5d31d3c3bc0358eeed08e2a5242dc2b065110aad (patch) | |
tree | e09e31fd6d150788bd1464d09f6512e6ca2c5fb2 /lib/rbcodec/test | |
parent | da4938d6eed9c1c29e389e9a1de6a599d365fe09 (diff) | |
download | rockbox-5d31d3c3bc0358eeed08e2a5242dc2b065110aad.tar.gz rockbox-5d31d3c3bc0358eeed08e2a5242dc2b065110aad.zip |
Fix last warning for Warble
Unused result warnings will have to be dealt with separately.
Change-Id: I00c45e28d4d43a5376745036e650ff8df576c2db
Diffstat (limited to 'lib/rbcodec/test')
-rw-r--r-- | lib/rbcodec/test/file.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rbcodec/test/file.h b/lib/rbcodec/test/file.h index b673fa8f93..ddf9a1d7a4 100644 --- a/lib/rbcodec/test/file.h +++ b/lib/rbcodec/test/file.h @@ -2,3 +2,5 @@ #define MAX_PATH 260 #include <unistd.h> #include <fcntl.h> + +off_t filesize(int fd); |