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

2018-07-05 Thread Ben Pfaff
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 > Fixes: 07ff77ccb82a

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

2018-07-04 Thread Ian Stokes
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 Fixes: 07ff77ccb82a ("db-ctl-base: Make common database command code into