Mercurial > audlegacy-plugins
diff src/aac/mp4ff/mp4meta.c @ 3008:281fc9f7f126
Comment out two functions correctly identified by GCC as unused.
| author | Tony Vroon <chainsaw@gentoo.org> |
|---|---|
| date | Wed, 08 Apr 2009 22:46:53 +0100 |
| parents | 3d6a2732f26a |
| children |
line wrap: on
line diff
--- a/src/aac/mp4ff/mp4meta.c Wed Apr 08 22:38:23 2009 +0100 +++ b/src/aac/mp4ff/mp4meta.c Wed Apr 08 22:46:53 2009 +0100 @@ -66,6 +66,7 @@ } } +/* GCC 4 says: unused! static int32_t mp4ff_tag_set_field(mp4ff_metadata_t *tags, const char *item, const char *value) { unsigned int i; @@ -84,6 +85,7 @@ return mp4ff_tag_add_field(tags, item, value); } +*/ int32_t mp4ff_tag_delete(mp4ff_metadata_t *tags) { @@ -154,7 +156,7 @@ } } - +/* GCC4 says: unused! static int32_t TrackToString(char** str, const uint16_t track, const uint16_t totalTracks) { char temp[32]; @@ -162,6 +164,7 @@ *str = strdup(temp); return 0; } +*/ static int32_t mp4ff_set_metadata_name(mp4ff_t *f, const uint8_t atom_type, char **name) { @@ -458,4 +461,4 @@ return mp4ff_meta_find_by_name(f, "cover", value); } -#endif \ No newline at end of file +#endif
