Prefer (void) over () in function prototype.
Originally committed as revision 18727 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -65,7 +65,7 @@ char *av_get_token(const char **buf, const char *term)
|
|||||||
|
|
||||||
#undef printf
|
#undef printf
|
||||||
|
|
||||||
int main()
|
int main(void)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user