[xiph-commits] r3427 - liboggz/trunk/src/tests

erikd at svn.annodex.net erikd at svn.annodex.net
Sat Feb 9 03:29:33 PST 2008


Author: erikd
Date: 2008-02-09 03:29:33 -0800 (Sat, 09 Feb 2008)
New Revision: 3427

Modified:
   liboggz/trunk/src/tests/io-run.c
Log:
src/tests/io-run.c : Fix compiler warning.

Modified: liboggz/trunk/src/tests/io-run.c
===================================================================
--- liboggz/trunk/src/tests/io-run.c	2008-02-09 09:46:01 UTC (rev 3426)
+++ liboggz/trunk/src/tests/io-run.c	2008-02-09 11:29:33 UTC (rev 3427)
@@ -57,7 +57,7 @@
 
 /* A nonsensical Vorbis ident header.  For testing purposes
    we may as well try to break something. */
-char vorbis_bos[] = {1, 'v', 'o', 'r', 'b', 'i', 's',
+static unsigned char vorbis_bos[] = {1, 'v', 'o', 'r', 'b', 'i', 's',
 		     0, 0, 0, 0, /*version*/
 		     0, /* channels */
 		     0, 0, 0, 0, /* sample rate */



More information about the commits mailing list