libx52/libx52io
nirenjan 03c0376e7c Initialize variables to avoid maybe-uninitialized warnings
When building the package for PPA, gcc throws errors indicating that
some variables may be used uninitialized. This is not a real problem
that shows up during the CI build, but only when building using
dpkg-buildpackage.

This change adds some dummy initialization so that it avoids triggering
those warnings during debuild/dpkg-buildpackage.
2023-01-03 12:26:51 -08:00
..
Makefile.am Add libx52io pkgconfig file 2021-08-03 12:50:09 -07:00
io_axis.c Move libx52io to top level 2021-07-29 21:51:11 -07:00
io_common.h Move libx52io to top level 2021-07-29 21:51:11 -07:00
io_core.c Move libx52io to top level 2021-07-29 21:51:11 -07:00
io_device.c Move libx52io to top level 2021-07-29 21:51:11 -07:00
io_parser.c Move libx52io to top level 2021-07-29 21:51:11 -07:00
io_strings.c Move libx52io to top level 2021-07-29 21:51:11 -07:00
libx52io.h Move libx52io to top level 2021-07-29 21:51:11 -07:00
libx52io.pc.in Fix Cflags and add libx52util.pc 2021-08-03 12:53:26 -07:00
test_axis.c Initialize variables to avoid maybe-uninitialized warnings 2023-01-03 12:26:51 -08:00
test_parser.c Move libx52io to top level 2021-07-29 21:51:11 -07:00
test_parser_tests.c Use TEST_DEF as a function macro, instead of #if/#endif blocks 2021-08-02 10:35:37 -07:00