some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)

Originally committed as revision 3140 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2004-05-18 17:09:46 +00:00
parent 12cccabd0f
commit e96682e6f4
22 changed files with 47 additions and 38 deletions

View File

@@ -158,13 +158,6 @@ static char *replaceTable[]=
NULL //End Marker
};
#ifdef ARCH_X86
static inline void unusedVariableWarningFixer()
{
if(w05 + w20 + b00 + b01 + b02 + b08 + b80 == 0) b00=0;
}
#endif
#ifdef ARCH_X86
static inline void prefetchnta(void *p)