sparse: Suppress sparse warnings for global variables.
authorAlex Wang <alexw@nicira.com>
Tue, 20 Aug 2013 22:24:19 +0000 (15:24 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 20 Aug 2013 22:45:38 +0000 (15:45 -0700)
commit3f659b53262c07b47ed7b2e9d26ef94d1071b487
treec44f09fe14fc8af21f6a348cc3004c678f51f3a9
parent5675cb4cbd51351a2aaa4c7c7470cb2ea21eedd5
sparse: Suppress sparse warnings for global variables.

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 <alexw@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/coverage.c
lib/vlog.c