rom-properties/cmake
David Korth c69c9f864e [cmake] gcc.cmake: Set -Wno-error=clobbered.
Fixes what appears to be a false-positive warning-as-error in the
Release build:

src/librpbase/img/RpPng.cpp: In function ‘LibRpTexture::rp_image_ptr LibRpBase::RpPng::loadPng(png_structp, png_infop)’:
src/librpbase/img/RpPng.cpp:181:42: error: variable ‘color’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Werror=clobbered]
  181 |                                 argb32_t color;
      |                                          ^~~~~
cc1plus: all warnings being treated as errors
2025-04-06 20:31:36 -04:00
..
libs Link internal libraries statically on Mac OS X 2025-04-03 11:01:51 +01:00
macros Remove IFUNC support. 2025-03-29 16:46:51 -04:00
platform [cmake] gcc.cmake: Set -Wno-error=clobbered. 2025-04-06 20:31:36 -04:00
toolchain [scripts] package.cmd: Add ARM, ARM64, and ARM64EC. 2023-07-16 18:28:21 -04:00
cmake_uninstall.cmake.in [cmake] cmake_uninstall.cmake.in: Use EXECUTE_PROCESS() instead of EXEC_PROGRAM(). 2024-03-03 12:51:03 -05:00
options.cmake Missed a few TinyXML2 remnants. Updated for PugiXML. 2025-04-02 00:19:34 -04:00
platform.cmake Remove IFUNC support. 2025-03-29 16:46:51 -04:00