diff adler32.c @ 427:e7192ff1857d libavutil

Fix a couple of 'return type defaults to int' and 'control reaches end of non-void function' warnings in test code.
author diego
date Thu, 10 Jan 2008 10:35:37 +0000
parents f9a4c04ebb0e
children 880c6441f56a
line wrap: on
line diff
--- a/adler32.c	Tue Jan 08 22:54:49 2008 +0000
+++ b/adler32.c	Thu Jan 10 10:35:37 2008 +0000
@@ -66,5 +66,6 @@
         STOP_TIMER("adler")
     }
     av_log(NULL, AV_LOG_DEBUG, "%X == 50E6E508\n", checksum);
+    return 0;
 }
 #endif