libx52/m4
nirenjan 7f5b5a2eaf Disable -Wpacked compiler flag
See issue #31. In systems with a newer version of libusb (1.0.24
onwards), GCC raises a warning that the packed attribute is unnecessary
for `libusb_control_setup`. This is not really a problem for libx52,
since it doesn't call libusb_control_setup directly, but since the
libx52 build framework treats all warnings as errors by default, it will
prevent the build from working.

This change removes the -Wpacked flag from AX_COMPILER_FLAGS, and this
should let the build pass without any issues.
2021-08-05 07:54:53 -07:00
..
ax_append_compile_flags.m4 Enable additional compiler warnings 2020-06-11 23:38:44 -07:00
ax_append_flag.m4 Enable additional compiler warnings 2020-06-11 23:38:44 -07:00
ax_append_link_flags.m4 Enable additional compiler warnings 2020-06-11 23:38:44 -07:00
ax_check_compile_flag.m4 Enable additional compiler warnings 2020-06-11 23:38:44 -07:00
ax_check_link_flag.m4 Enable additional compiler warnings 2020-06-11 23:38:44 -07:00
ax_compiler_flags.m4 Enable additional compiler warnings 2020-06-11 23:38:44 -07:00
ax_compiler_flags_cflags.m4 Disable -Wpacked compiler flag 2021-08-05 07:54:53 -07:00
ax_compiler_flags_cxxflags.m4 Disable -Wpacked compiler flag 2021-08-05 07:54:53 -07:00
ax_compiler_flags_gir.m4 Enable additional compiler warnings 2020-06-11 23:38:44 -07:00
ax_compiler_flags_ldflags.m4 Enable additional compiler warnings 2020-06-11 23:38:44 -07:00
ax_gcc_func_attribute.m4 Integrate pinelog into autotools build framework 2021-07-15 10:33:52 -07:00
ax_pkg_check_modules.m4 Generate pkg-config file for libx52 2020-04-16 22:10:48 -07:00
ax_pthread.m4 Move pthread build logic to configure.ac 2020-04-15 17:31:46 -07:00
ax_require_defined.m4 Enable additional compiler warnings 2020-06-11 23:38:44 -07:00