mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-28 04:56:38 +00:00
/home/travis/build/OpenMW/openmw/components/nifosg/nifloader.cpp:615:42: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (hasVisController |= (ctrl->recType == Nif::RC_NiVisController))
~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/travis/build/OpenMW/openmw/components/nifosg/nifloader.cpp:615:42: note: place parentheses around the assignment to silence this warning
if (hasVisController |= (ctrl->recType == Nif::RC_NiVisController))
^
( )
|
||
|---|---|---|
| .. | ||
| controller.cpp | ||
| controller.hpp | ||
| nifloader.cpp | ||
| nifloader.hpp | ||
| particle.cpp | ||
| particle.hpp | ||
| userdata.hpp | ||