OpenDataPlane / odp

The ODP project is an open-source, cross-platform set of application programming interfaces (APIs) for the networking data plane
https://opendataplane.org
Other
176 stars 134 forks source link

[PATCH v3] test: build failure due to uninitialized variable #2065

Closed harman-kalra closed 5 months ago

harman-kalra commented 5 months ago

Build failure has been observed, as some flags, sub event types were uninitialized.

error: ‘subtype’ may be used uninitialized \ [-Werror=maybe-uninitialized]

Signed-off-by: Harman Kalra hkalra@marvell.com Reviewed-by: Matias Elo matias.elo@nokia.com

MatiasElo commented 5 months ago

Looks good, thanks! Please add my reviewed-by tags, so this PR can be merged.