# HG changeset patch # User michael # Date 1202085747 0 # Node ID bec20ba1e19485dfa72e66627ef6c12089d18fc2 # Parent fa2fb523fd6b494b002198a545f196a654e6107a fix 8 "initialization discards qualifiers from pointer target type" warnings diff -r fa2fb523fd6b -r bec20ba1e194 ape.c --- a/ape.c Mon Feb 04 00:33:52 2008 +0000 +++ b/ape.c Mon Feb 04 00:42:27 2008 +0000 @@ -50,7 +50,7 @@ #define TAG(name, field) {name, offsetof(AVFormatContext, field), sizeof(((AVFormatContext *)0)->field)} static const struct { - char *name; + const char *name; int offset; int size; } tags[] = {