CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_LD_FLAGS
ECM_MKSPECS_INSTALL_DIR
/var/pisi/keepsecret-1.1.0-2/work/keepsecret-1.1.0/src/secretitemproxy.cpp: In function âvoid onItemUnlockFinished(GObject*, GAsyncResult*, gpointer)â:
/var/pisi/keepsecret-1.1.0-2/work/keepsecret-1.1.0/src/secretitemproxy.cpp:368:76: warning: suggest parentheses around arithmetic in operand of â|â [-Wparentheses]
368 | StateTracker::instance()->setStatus(StateTracker::instance()->status() & (~StateTracker::State::ItemLocked) | StateTracker::State::ItemReady);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~