Re: [ovs-dev] [PATCH] sparse: Suppress sparse warnings for global variables.

2013-08-20 Thread Ben Pfaff
On Tue, Aug 20, 2013 at 03:24:19PM -0700, Alex Wang wrote: > sparse warns if a non-static variable with external linkage has an > initializer at first declaration. This commit suppresses the > warnings issued when adding custom section is not supported by > compiler. > > Signed-off-by: Alex Wang

[ovs-dev] [PATCH] sparse: Suppress sparse warnings for global variables.

2013-08-20 Thread Alex Wang
sparse warns if a non-static variable with external linkage has an initializer at first declaration. This commit suppresses the warnings issued when adding custom section is not supported by compiler. Signed-off-by: Alex Wang --- lib/coverage.c |2 ++ lib/vlog.c |1 + 2 files change