Juan Hernandez has submitted this change and it was merged.
Change subject: Avoid C90 warnings
......................................................................
Avoid C90 warnings
Compiling the C extension with the C90 standard generates some warnings
due to the use of declaration and assignment in the same statement. This
patch changes the code to avoid them.
Change-Id: Ifce6ed0a58e36c0e71836b0d675889e841e99a56
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M sdk/ext/ovirtsdk4c/ov_xml_reader.c
M sdk/ext/ovirtsdk4c/ov_xml_writer.c
2 files changed, 72 insertions(+), 41 deletions(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit
https://gerrit.ovirt.org/55864
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ifce6ed0a58e36c0e71836b0d675889e841e99a56
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine-sdk-ruby
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>