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

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


In file included from /var/pisi/breeze-6.3.1-81/work/breeze-6.3.1/cursors/src/kcursorgen/kcursorgen.cpp:7:
/var/pisi/breeze-6.3.1-81/work/breeze-6.3.1/cursors/src/kcursorgen/options.h:41:27: warning: ‘QCommandLineOption Options::scales()’ defined but not used [-Wunused-function]
   41 | static QCommandLineOption scales()
      |                           ^~~~~~
/var/pisi/breeze-6.3.1-81/work/breeze-6.3.1/cursors/src/kcursorgen/options.h:35:27: warning: ‘QCommandLineOption Options::sizes()’ defined but not used [-Wunused-function]
   35 | static QCommandLineOption sizes()
      |                           ^~~~~
/var/pisi/breeze-6.3.1-81/work/breeze-6.3.1/cursors/src/kcursorgen/options.h:29:27: warning: ‘QCommandLineOption Options::xcursorDir()’ defined but not used [-Wunused-function]
   29 | static QCommandLineOption xcursorDir()
      |                           ^~~~~~~~~~
/var/pisi/breeze-6.3.1-81/work/breeze-6.3.1/cursors/src/kcursorgen/options.h:23:27: warning: ‘QCommandLineOption Options::svgDir()’ defined but not used [-Wunused-function]
   23 | static QCommandLineOption svgDir()
      |                           ^~~~~~
/var/pisi/breeze-6.3.1-81/work/breeze-6.3.1/cursors/src/kcursorgen/options.h:15:27: warning: ‘QCommandLineOption Options::svgThemeToXCursor()’ defined but not used [-Wunused-function]
   15 | static QCommandLineOption svgThemeToXCursor()
      |                           ^~~~~~~~~~~~~~~~~
/var/pisi/breeze-6.3.1-81/work/breeze-6.3.1/kstyle/breezehelper.cpp: In member function ‘void Breeze::Helper::renderStaticTabBarTab(QPainter*, const QRectF&, const QPalette&, const QHash&, Breeze::Corners, qreal) const’:
/var/pisi/breeze-6.3.1-81/work/breeze-6.3.1/kstyle/breezehelper.cpp:1345:44: warning: unused parameter ‘corners’ [-Wunused-parameter]
 1345 |                                    Corners corners,
      |                                    ~~~~~~~~^~~~~~~