Re: [PATCH] object.c: Fix a sparse warning

2013-06-01 Thread Michael Haggerty
On 06/01/2013 07:46 PM, Ramsay Jones wrote: > > Sparse issues an "'object_array_slopbuf' not declared. Should it be > static?" warning. In order to suppress the warning, since this > symbol does not need more than file visibility, we simply add the > static modifier to its declaration. > > Signed

[PATCH] object.c: Fix a sparse warning

2013-06-01 Thread Ramsay Jones
Sparse issues an "'object_array_slopbuf' not declared. Should it be static?" warning. In order to suppress the warning, since this symbol does not need more than file visibility, we simply add the static modifier to its declaration. Signed-off-by: Ramsay Jones --- Hi Michael, If you need to re