Mercurial > mplayer.hg
changeset 32200:ef51b638c0b7
Mark fillMultiBuffer() as static, it is not used outside of the file; fixes:
libvo/vo_vesa.c:532: warning: no previous prototype for 'fillMultiBuffer'
author | diego |
---|---|
date | Fri, 17 Sep 2010 09:59:10 +0000 |
parents | 339e4bb9c262 |
children | bd74742452c5 |
files | libvo/vo_vesa.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_vesa.c Fri Sep 17 09:43:41 2010 +0000 +++ b/libvo/vo_vesa.c Fri Sep 17 09:59:10 2010 +0000 @@ -529,7 +529,7 @@ return retval; } -unsigned fillMultiBuffer( unsigned long vsize, unsigned nbuffs ) +static unsigned fillMultiBuffer(unsigned long vsize, unsigned nbuffs) { unsigned long screen_size, offset; unsigned total,i;