# HG changeset patch # User mmu_man # Date 1049544670 0 # Node ID a2c5eb457c412fdcf72b30626e7da426ce7a32ce # Parent 4710976004a595a7e827b7bb906eecc5cf44c7a1 Fix for buggy (?) g++ (bailling out for beosaudio.cpp) diff -r 4710976004a5 -r a2c5eb457c41 common.h --- 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