changeset 1171:a2c5eb457c41 libavcodec

Fix for buggy (?) g++ (bailling out for beosaudio.cpp)
author mmu_man
date Sat, 05 Apr 2003 12:11:10 +0000
parents 4710976004a5
children 9d257357ce07
files common.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common.h	Sat Apr 05 10:08:48 2003 +0000
+++ b/common.h	Sat Apr 05 12:11:10 2003 +0000
@@ -828,7 +828,7 @@
 #define tprintf printf
 
 #else //TRACE
-#define tprintf(...) {}
+#define tprintf(_arg...) {}
 #endif
 
 /* define it to include statistics code (useful only for optimizing