# HG changeset patch # User diego # Date 1193731599 0 # Node ID f9495196e2d8bc09f48636823a7627e454ca9333 # Parent ca10b24479ffaed47394ea521d386c6428fb2cb5 Disable function that is only used in disabled code, fixes warning: yuv4mpeg.c:147: warning: 'y4m_snprint_xtags' defined but not used diff -r ca10b24479ff -r f9495196e2d8 libmpdemux/yuv4mpeg.c --- a/libmpdemux/yuv4mpeg.c Tue Oct 30 07:54:56 2007 +0000 +++ b/libmpdemux/yuv4mpeg.c Tue Oct 30 08:06:39 2007 +0000 @@ -143,6 +143,7 @@ +#if 0 static int y4m_snprint_xtags(char *s, int maxn, y4m_xtag_list_t *xtags) { int i, room; @@ -157,6 +158,7 @@ s[1] = '\0'; /* ...and end-of-string */ return Y4M_OK; } +#endif int y4m_xtag_count(const y4m_xtag_list_t *xtags)