commit | 1417d7e40eaf1418333fb2ec43d0c7f4245b10e7 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Jun 15 13:43:18 2012 +0200 |
committer | malc <av1474@comtv.ru> | Fri Jun 15 15:52:45 2012 +0400 |
tree | da949942ea1929d9185757c2e69086cd6232277e | |
parent | da9fa17ee9bece7e7ef54681832427c1d6baf554 [diff] |
qcow2: Silence false warning Some gcc versions seem not to be able to figure out that the switch statement covers all possible values and that c is therefore always initialised. Add a default branch for them. Reported-by: malc <av1474@comtv.ru> Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: malc <av1474@comtv.ru>