https://bugzilla.redhat.com/show_bug.cgi?id=1658153



--- Comment #21 from Jerry James <[email protected]> ---
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 -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]

Reply via email to