https://bugzilla.redhat.com/show_bug.cgi?id=1658153 --- Comment #21 from Jerry James <loganjerry@xxxxxxxxx> --- Also I see several warnings of this form in the build log: Node.cpp: In member function 'int NodeData::writeRoutes(int, int) c onst': Node.cpp:1443:50: warning: enum constant in boolean context [-Wint-in-bool-context] if ((m_scene->getWriteFlags() && X3DOM) && ^~~~~ Those warnings indicate code where logical and "&&" has been used, but bitwise and "&" should have been used. That code will not behave as expected. I recommend that you find all of those warnings and fix the indicated code. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx