libx52/libx52util
nirenjan 732bc21b65 fix: Address compiler warnings
When enabling --warnlevel=3 during Meson setup, the build threw up
several warnings, mostly related to either unused parameters, or
sometimes an integer type mismatch. This commit addresses all of those
changes and ensures that the build does not contain any unnecessary
warnings.
2026-03-19 00:10:18 -07:00
..
Makefile.am fix: Add support for Automake tests 2026-03-16 10:45:02 -07:00
libx52util.h Move libx52util to top level 2021-07-29 21:47:07 -07:00
libx52util.pc.in Fix Cflags and add libx52util.pc 2021-08-03 12:53:26 -07:00
meson.build feat: Add benchmarking for libx52util-bmp-test 2026-03-16 11:16:41 -07:00
test-runner.sh fix: Add support for Automake tests 2026-03-16 10:45:02 -07:00
x52_char_map.cfg feat: Handle the entire BMP in libx52util 2026-03-16 10:18:16 -07:00
x52_char_map.h feat: Handle the entire BMP in libx52util 2026-03-16 10:18:16 -07:00
x52_char_map_gen.py feat: Handle the entire BMP in libx52util 2026-03-16 10:18:16 -07:00
x52_char_map_lookup.c fix: Add support for Automake tests 2026-03-16 10:45:02 -07:00
x52_char_map_test.c fix: Address compiler warnings 2026-03-19 00:10:18 -07:00