# HG changeset patch # User ods15 # Date 1159710788 0 # Node ID f472f55953bbb9f6c048f2e70817eff191f2b78b # Parent 7ffa21b125a65d7a3389535aec9864e4399d7ba8 prevent warning in vorbis_data.c diff -r 7ffa21b125a6 -r f472f55953bb vorbis.h --- a/vorbis.h Sun Oct 01 13:45:17 2006 +0000 +++ b/vorbis.h Sun Oct 01 13:53:08 2006 +0000 @@ -35,7 +35,7 @@ unsigned int ff_vorbis_nth_root(unsigned int x, unsigned int n); // x^(1/n) int ff_vorbis_len2vlc(uint8_t *bits, uint32_t *codes, uint_fast32_t num); -static void render_line(int x0, int y0, int x1, int y1, float * buf, int n) { +static void attribute_unused render_line(int x0, int y0, int x1, int y1, float * buf, int n) { int dy = y1 - y0; int adx = x1 - x0; int ady = ABS(dy);