Fix building with -Og
When building using -Og, gcc sees that some variables can be used
uninitialized It can be debatable whether it is possible with our
codeflow, but functions should be self-contained and initializations are
always good. The return instead of goto is due to actualType being used
in the cleanup.
Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
Showing
-
mentioned in commit a321d1e3
-
mentioned in commit 6701de60
-
mentioned in commit e33e7139
-
mentioned in commit 598845b4
-
mentioned in commit 5f71b6ed
-
mentioned in commit 409362b0
-
mentioned in commit b18d0b4e
-
mentioned in commit 8f2b4e3a
-
mentioned in commit 942b6abe
-
mentioned in commit 19ca7bbf
-
mentioned in commit 2d02be4c
想要评论请 注册 或 登录