None of this is vital, and most of it is merely theoretical (but maybe the *printf* modifier for `size_t` and `uintptr_t` which might actually lead to weird memory accesses and incorrect printed values), but should make the code (slightly) and build logs cleaner. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/4482 -- Commit Summary -- * Use `z` printf modifier for all `size_t` and `uintptr_t` formats * Use the same signature on header and source for tm_tags_extract() * spawn: Properly handle `g_locale_to_utf8()` errors on Windows * Remove unused variable on Windows * Add missing printf attribute * Use gsize not to truncate strlen() results -- File Changes -- M src/build.c (3) M src/sciwrappers.c (2) M src/spawn.c (56) M src/tagmanager/tm_ctags.c (11) M src/tagmanager/tm_tag.h (2) M tests/test_encodings.c (4) -- Patch Links -- https://github.com/geany/geany/pull/4482.patch https://github.com/geany/geany/pull/4482.diff -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4482 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/[email protected]>
