[xiph-cvs] cvs commit: ao/src ao_null.c

Chris Wolf cwolf at xiph.org
Wed Sep 5 12:33:51 PDT 2001



cwolf       01/09/05 12:33:51

  Modified:    src      ao_null.c
  Log:
  Don't include unistd.h with MSVC, fix a warning

Revision  Changes    Path
1.6       +1 -1      ao/src/ao_null.c

Index: ao_null.c
===================================================================
RCS file: /usr/local/cvsroot/ao/src/ao_null.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ao_null.c	2001/08/04 02:56:14	1.5
+++ ao_null.c	2001/09/05 19:33:51	1.6
@@ -45,7 +45,7 @@
 } ao_null_internal;
 
 
-static int ao_null_test()
+static int ao_null_test(void)
 {
         return 1; /* Null always works */
 }

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list