mirror of https://github.com/nirenjan/libx52.git
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. |
||
---|---|---|
.. | ||
ax_append_compile_flags.m4 | ||
ax_append_flag.m4 | ||
ax_append_link_flags.m4 | ||
ax_check_compile_flag.m4 | ||
ax_check_link_flag.m4 | ||
ax_compiler_flags.m4 | ||
ax_compiler_flags_cflags.m4 | ||
ax_compiler_flags_cxxflags.m4 | ||
ax_compiler_flags_gir.m4 | ||
ax_compiler_flags_ldflags.m4 | ||
ax_gcc_func_attribute.m4 | ||
ax_pkg_check_modules.m4 | ||
ax_pthread.m4 | ||
ax_require_defined.m4 |