forked from len0rd/rockbox
fix warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6420 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c42a1a05bb
commit
d23afcd4f4
2 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
||||||
/// \file streaminfo.c
|
/// \file streaminfo.c
|
||||||
/// Implementation of streaminfo reading functions.
|
/// Implementation of streaminfo reading functions.
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
#include "musepack.h"
|
#include "musepack.h"
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
|
|
||||||
|
@ -63,6 +64,8 @@ mpc_streaminfo_init(mpc_streaminfo * si)
|
||||||
static mpc_int32_t
|
static mpc_int32_t
|
||||||
streaminfo_read_header_sv8(mpc_streaminfo * si, mpc_reader * fp)
|
streaminfo_read_header_sv8(mpc_streaminfo * si, mpc_reader * fp)
|
||||||
{
|
{
|
||||||
|
(void)si;
|
||||||
|
(void)fp;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
/// Synthesis functions.
|
/// Synthesis functions.
|
||||||
/// \todo document me
|
/// \todo document me
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
#include "musepack.h"
|
#include "musepack.h"
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue