• M
    Fix building with -Og · 942b6abe
    Martin Kletzander 提交于
    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>
    (cherry picked from commit 3470cd86)
    942b6abe
virbitmap.c 21.3 KB