evmgr: Fix a "maybe uninitialized" issue 67/20867/1
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 2 Apr 2019 07:48:50 +0000 (09:48 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Tue, 2 Apr 2019 07:53:18 +0000 (09:53 +0200)
The warning maybe-uninitialized is emited only
when the optimisation level is greater than 0.
For this reason, the error was not discovered
development process. The build config is tuned
to detect that error and the error is fixed.

Change-Id: I14c8ffe6daa3d498268cfadeab20300895b3360e
Signed-off-by: José Bollo <jose.bollo@iot.bzh>

No differences found