ofp-parse: Fix GCC compiler warnings with -O3.
authorEthan Jackson <ethan@nicira.com>
Fri, 17 Jan 2014 00:26:37 +0000 (16:26 -0800)
committerEthan Jackson <ethan@nicira.com>
Wed, 22 Jan 2014 16:50:02 +0000 (08:50 -0800)
commit87f1e513e1388107014fb3df461f30d7f58c6dec
tree8664f64b71b3f8efc952419eb99ffd7928a834ff
parent7849d3e4cab657eb42b513b0d9ad656fc38259bd
ofp-parse: Fix GCC compiler warnings with -O3.

When compiling with -O3, GCC can no longer tell that the following
warnings are not valid.  At any rate, they're easy enough to silence.

ofp-parse.c:764:45: error: 'ttl' may be used uninitialized in this
function

ofp-parse.c:752:17: error: 'ecn' may be used uninitialized in this
function

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/ofp-parse.c