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;
The text was updated successfully, but these errors were encountered:
On Clang 14 there is error (commit d10a627)
The text was updated successfully, but these errors were encountered: