CMake Deprecation Warning at /usr/share/cmake/Modules/UseSWIG.cmake:1110 (message):
  SWIG_LINK_LIBRARIES is deprecated.  Use TARGET_LINK_LIBRARIES instead.
Call Stack (most recent call first):
  src/libcec/cmake/CheckPlatformSupport.cmake:328 (SWIG_LINK_LIBRARIES)
  src/libcec/CMakeLists.txt:138 (include)


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

    CMAKE_LD_FLAGS


/var/pisi/libcec-7.1.1-3/work/libcec-libcec-7.1.1/src/libcec/CECClient.cpp: In member function ‘virtual void CEC::CCECClient::SetOSDName(const std::string&)’:
/var/pisi/libcec-7.1.1-3/work/libcec-libcec-7.1.1/src/libcec/CECClient.cpp:1331:12: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 15 bytes from a string of length 15 [-Wstringop-truncation]
 1331 |     strncpy(m_configuration.strDeviceName, buf, LIBCEC_OSD_NAME_SIZE);
      |            ^
/var/pisi/libcec-7.1.1-3/work/libcec-libcec-7.1.1/src/cecc-client/cecc-client.c: In function ‘main’:
/var/pisi/libcec-7.1.1-3/work/libcec-libcec-7.1.1/src/cecc-client/cecc-client.c:538:5: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  538 |     fgets(buffer, sizeof(buffer), stdin);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~