[ovs-dev] [PATCH] db-ctl-base: Fix compilation warnings.

Ben Pfaff blp at ovn.org
Thu Jul 5 17:59:12 UTC 2018


On Wed, Jul 04, 2018 at 03:28:33PM +0100, Ian Stokes wrote:
> This commit fixes uninitialized variable warnings in functions
> cmd_create() and cmd_get() when compiling with gcc 6.3.1 and -Werror
> by initializing variables 'symbol' and 'new' to NULL.
> 
> Cc: Alex Wang <alexw at nicira.com>
> Fixes: 07ff77ccb82a ("db-ctl-base: Make common database command code
>                       into library.")
> Signed-off-by: Ian Stokes <ian.stokes at intel.com>

Applied, thanks!


More information about the dev mailing list