mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-30 04:02:04 +08:00
Add missing 'void' keyword to parameterless function declarations.
Originally committed as revision 16436 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1599,7 +1599,7 @@ QPEL_2TAP(avg_, 8, 3dnow)
|
||||
|
||||
|
||||
#if 0
|
||||
static void just_return() { return; }
|
||||
static void just_return(void) { return; }
|
||||
#endif
|
||||
|
||||
static void gmc_mmx(uint8_t *dst, uint8_t *src, int stride, int h, int ox, int oy,
|
||||
|
||||
Reference in New Issue
Block a user