You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LimeReport/limereport/lrreportengine.cpp:835:9: error: use of bitwise '&' with boolean operands [-Werror,-Wbitwise-instead-of-logical]
if (fileName.isEmpty() & m_fileName.isEmpty()) return false;
On Clang 14 there is error (commit d10a627)