Commit de5c91f324a89ad06be03d3f12e88788eb921db4
Committed by
Thorsten Schöning
1 parent
2e7f8145
[bcc32 Error] test_driver.cc(1634): E2354 Two operands must evaluate to the same type
Full parser context
test_driver.cc(208): parsing: void runtest(int,const char *,const char *)
Showing
1 changed file
with
1 additions
and
1 deletions
qpdf/test_driver.cc
| @@ -1631,7 +1631,7 @@ void runtest(int n, char const* filename1, char const* arg2) | @@ -1631,7 +1631,7 @@ void runtest(int n, char const* filename1, char const* arg2) | ||
| 1631 | QPDFFormFieldObjectHelper parent(node.getParent()); | 1631 | QPDFFormFieldObjectHelper parent(node.getParent()); |
| 1632 | std::cout << " Parent: " | 1632 | std::cout << " Parent: " |
| 1633 | << (parent.isNull() | 1633 | << (parent.isNull() |
| 1634 | - ? "none" | 1634 | + ? std::string("none") |
| 1635 | : parent.getObjectHandle().unparse()) | 1635 | : parent.getObjectHandle().unparse()) |
| 1636 | << std::endl; | 1636 | << std::endl; |
| 1637 | node = parent; | 1637 | node = parent; |