CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_C_FLAGS
    CMAKE_LD_FLAGS


/var/pisi/qt6-keychain-0.16.0-25/work/qtkeychain-0.16.0/qtkeychain/keychain.cpp: In static member function ‘static QString QKeychain::JobPrivate::modeToString(Mode)’:
/var/pisi/qt6-keychain-0.16.0-25/work/qtkeychain-0.16.0/qtkeychain/keychain.cpp:234:12: warning: enumeration value ‘Map’ not handled in switch [-Wswitch]
  234 |     switch (m) {
      |            ^