Skip to content
Snippets Groups Projects
Commit 255f9fb3 authored by Tobias Hunger's avatar Tobias Hunger Committed by hjk
Browse files

Fix warning about use of uninitialized values


Clang complains that these values may be used uninitialized if both
conditions are false. This can actually not happen, so just initialize
them to 0 to quiten up the compiler.

Change-Id: I32530b974058e3484b5e7005717b7cd389cf7305
Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
parent f24d878b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment