summaryrefslogtreecommitdiff
path: root/src/libOggFLAC
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2005-08-24 07:39:25 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2005-08-24 07:39:25 +0000
commitb4de1692f345a8d7a802d275f40bb13807a11d2b (patch)
treeeb05bda6c8be2e99fb98fc5759805bac0b67de7b /src/libOggFLAC
parentd263e6eec0b44c602a47bd301af90865303b8563 (diff)
downloadflac-b4de1692f345a8d7a802d275f40bb13807a11d2b.tar.gz
fixes to remove warnings from gcc-4.0.0
Diffstat (limited to 'src/libOggFLAC')
-rw-r--r--src/libOggFLAC/ogg_mapping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libOggFLAC/ogg_mapping.c b/src/libOggFLAC/ogg_mapping.c
index ae826518..56d2d50b 100644
--- a/src/libOggFLAC/ogg_mapping.c
+++ b/src/libOggFLAC/ogg_mapping.c
@@ -35,7 +35,7 @@ const unsigned OggFLAC__MAPPING_PACKET_TYPE_LEN = 8; /* bits */
const FLAC__byte OggFLAC__MAPPING_FIRST_HEADER_PACKET_TYPE = 0x7f;
-const FLAC__byte * const OggFLAC__MAPPING_MAGIC = "FLAC";
+const FLAC__byte * const OggFLAC__MAPPING_MAGIC = (const FLAC__byte * const)"FLAC";
const unsigned OggFLAC__MAPPING_VERSION_MAJOR_LEN = 8; /* bits */
const unsigned OggFLAC__MAPPING_VERSION_MINOR_LEN = 8; /* bits */