fix -Wconst warnings

[ew: cleaned up the dirty union hack a bit]
Signed-off-by: Eric Wong <normalperson@yhbt.net>

git-svn-id: https://svn.musicpd.org/mpd/trunk@7180 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Max Kellermann
2008-02-05 10:17:33 +00:00
committed by Eric Wong
parent 22efbd5eca
commit 6fbdc721d9
37 changed files with 223 additions and 197 deletions

View File

@@ -41,7 +41,7 @@
#define TAG_NUM_OF_ITEM_TYPES 11
extern char *mpdTagItemKeys[];
extern const char *mpdTagItemKeys[];
typedef struct _MpdTagItem {
mpd_sint8 type;