rom-properties/extlib
David Korth 3a7f06e0fa [minizip-ng] CMakeLists.txt: FIXME: Fix stringop-overflow and stringop-truncation warnings.
This broke the Ubuntu 22.04 AppVeyor build:

extlib/minizip-ng/mz_zip_rw.c: In function ‘mz_zip_reader_entry_save_file’:
extlib/minizip-ng/mz_zip_rw.c:668:5: error: ‘__builtin_strncat’ specified bound depends on the length of the source argument [-Werror=stringop-overflow=]
  668 |     strncat(pathwfs, path, path_length);
      |     ^
extlib/minizip-ng/mz_zip_rw.c:662:19: note: length computed here
  662 |     path_length = strlen(path);
      |                   ^~~~~~~~~~~~
cc1: all warnings being treated as errors

extlib/minizip-ng/mz_zip.c: In function ‘mz_zip_set_comment’:
extlib/minizip-ng/mz_zip.c:1574:5: error: ‘__builtin_strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Werror=stringop-truncation]
 1574 |     strncpy(zip->comment, comment, comment_size);
      |     ^
extlib/minizip-ng/mz_zip.c:1568:29: note: length computed here
 1568 |     comment_size = (int32_t)strlen(comment);
      |                             ^~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
2025-04-06 14:44:21 -04:00
..
basisu_astc Remove CheckHiddenVisibility.cmake. 2025-01-18 22:34:24 -05:00
fmt [platform] msvc.cmake: Add -D_SCL_SECURE_NO_WARNINGS. 2025-04-01 19:17:11 -04:00
gettext.win32 [gettext.win32] Updated to gettext-0.22. 2023-07-28 19:37:18 -04:00
googletest [googletest] Don't use the gcc-4.9 workaround if building with clang. 2025-02-18 18:36:48 -05:00
inih Remove CheckHiddenVisibility.cmake. 2025-01-18 22:34:24 -05:00
libmspack-xenia [libmspack-xenia] lzxd.c: Fix some warnings in the 32-bit (i386) MSVC build. 2025-03-31 21:55:21 -04:00
libpng [libpng] pngrutil.c: Missed a few png_structrp/png_inforp changes. 2025-04-01 19:17:11 -04:00
lz4 Remove CheckHiddenVisibility.cmake. 2025-01-18 22:34:24 -05:00
microtar Switch to CMake's POSITION_INDEPENDENT_CODE property instead of manually adding "-fpic -fPIC". 2025-01-05 14:02:13 -05:00
minilzo Remove CheckHiddenVisibility.cmake. 2025-01-18 22:34:24 -05:00
minizip-ng [minizip-ng] CMakeLists.txt: FIXME: Fix stringop-overflow and stringop-truncation warnings. 2025-04-06 14:44:21 -04:00
PowerVR Remove CheckHiddenVisibility.cmake. 2025-01-18 22:34:24 -05:00
pugixml [extlib] Enable pugixml's built-in DLL postfix option. 2025-04-01 19:19:20 -04:00
rapidjson [rapidjson] Backport a patch to fix compilation with gcc-14. 2023-11-01 00:03:41 -04:00
unice68 Remove CheckHiddenVisibility.cmake. 2025-01-18 22:34:24 -05:00
uniwidth [cmake] msvc.cmake: Make all warnings act as errors. (/W3 /WX) 2025-03-31 21:34:35 -04:00
zlib-ng [zlib-ng] CMakeLists.txt: Also don't print the list of architecture-specific source files. 2025-03-29 12:16:54 -04:00
zstd [zstd] zstd_compress.c, ZSTD_convertBlockSequences(): Add const to make it match the declaration in zstd_compress_internal.h. 2025-04-01 19:17:11 -04:00
.clang-tidy .clang-tidy: Enable scanning on header files. 2023-06-30 22:56:49 -04:00
CMakeLists.txt Link internal libraries statically on Mac OS X 2025-04-03 11:01:51 +01:00