Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Acked-by: Jarno Rajahalme <[email protected]> Acked-by: Ben Pfaff <[email protected]>
- Loading branch information