From f729fce058d863b6df15ea4ca22e033820b783a0 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Wed, 16 Feb 2005 20:13:12 +0000 Subject: Fix some compiler warnings git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5986 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libFLAC/include/FLAC/seekable_stream_decoder.h | 2 +- apps/codecs/libFLAC/include/FLAC/stream_decoder.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/codecs/libFLAC/include/FLAC') diff --git a/apps/codecs/libFLAC/include/FLAC/seekable_stream_decoder.h b/apps/codecs/libFLAC/include/FLAC/seekable_stream_decoder.h index dee5a89cef..68a791b3a2 100644 --- a/apps/codecs/libFLAC/include/FLAC/seekable_stream_decoder.h +++ b/apps/codecs/libFLAC/include/FLAC/seekable_stream_decoder.h @@ -392,7 +392,7 @@ typedef void (*FLAC__SeekableStreamDecoderErrorCallback)(const FLAC__SeekableStr * \retval FLAC__SeekableStreamDecoder* * \c NULL if there was an error allocating memory, else the new instance. */ -FLAC_API FLAC__SeekableStreamDecoder *FLAC__seekable_stream_decoder_new(); +FLAC_API FLAC__SeekableStreamDecoder *FLAC__seekable_stream_decoder_new(void); /** Free a decoder instance. Deletes the object pointed to by \a decoder. * diff --git a/apps/codecs/libFLAC/include/FLAC/stream_decoder.h b/apps/codecs/libFLAC/include/FLAC/stream_decoder.h index 6cd59d42a9..99a3bb36ec 100644 --- a/apps/codecs/libFLAC/include/FLAC/stream_decoder.h +++ b/apps/codecs/libFLAC/include/FLAC/stream_decoder.h @@ -396,7 +396,7 @@ typedef void (*FLAC__StreamDecoderErrorCallback)(const FLAC__StreamDecoder *deco * \retval FLAC__StreamDecoder* * \c NULL if there was an error allocating memory, else the new instance. */ -FLAC_API FLAC__StreamDecoder *FLAC__stream_decoder_new(); +FLAC_API FLAC__StreamDecoder *FLAC__stream_decoder_new(void); /** Free a decoder instance. Deletes the object pointed to by \a decoder. * -- cgit v1.2.3