]> git.seodisparate.com - SimpleArchiver/commit
Fixes related to compiler warnings
authorStephen Seo <seo.disparate@gmail.com>
Fri, 6 Sep 2024 05:23:27 +0000 (14:23 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Fri, 6 Sep 2024 05:28:31 +0000 (14:28 +0900)
commit425fa7790016d96e11d31407d697540d6893edf9
treecb1cc22218554d1a25b60a0c48e9fe666df82d72
parent4cd660ffd59f013d2199fc690a1bd5b02b2e3a7f
Fixes related to compiler warnings

Fix integer mismatch usages/comparisons.

Use "size_t" instead of "unsigned int" for data structures.
src/archiver.c
src/archiver.h
src/data_structures/hash_map.c
src/data_structures/hash_map.h
src/data_structures/linked_list.h
src/data_structures/priority_heap.c
src/data_structures/test.c
src/helpers.c
src/helpers.h
src/parser.c
src/parser_internal.h