Re: [PATCH] Clean-up warnings

2002-01-30 Thread Nicholas Clark
On Wed, Jan 30, 2002 at 01:15:42PM +, Simon Glover wrote: > > This patch clears up warnings in embed.c and test_main.c coming > from function declarations of the form: Thanks applied (with modifications, in that the functions in test_main are now declared static). Nicholas Clark -- EMCFT

[PATCH] Clean-up warnings

2002-01-30 Thread Simon Glover
This patch clears up warnings in embed.c and test_main.c coming from function declarations of the form: void foobar(); which should properly be void foobar(void); Simon --- test_main.c.old Tue Jan 29 20:00:01 2002 +++ test_main.c Wed Jan 30 12:05:36 2002 @@ -18,10 +18,10 @@ p