Am 16.10.2014 um 15:34 schrieb Max Reitz:
Am 16.10.2014 um 14:10 schrieb Igor Mammedov:
change type of variable to expected IoOperationType which fixes compile
warning:
block.c:3655:20: warning: implicit conversion from enumeration
type enum IoOperationType to different enumeration type
BlockErrorAction
Signed-off-by: Igor Mammedov <imamm...@redhat.com>
---
block.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Max Reitz <mre...@redhat.com>
Oh, I had the feeling I was forgetting something. The subject should
read "conversion", not "convertion". Feel free to keep my R-b if you
send a v2 to fix it.
Max