commit | 95bbfb6023877ca25720f04203ef2aa2f691e995 | [log] [tgz] |
---|---|---|
author | Chris Dickens <christopher.a.dickens@gmail.com> | Mon Mar 30 12:38:47 2020 -0700 |
committer | Chris Dickens <christopher.a.dickens@gmail.com> | Mon Mar 30 12:38:47 2020 -0700 |
tree | 66fab38659c1b0a9cbc3d4ae85b6f5cf3ce79c44 | |
parent | 9a1bc8cafb904c20a869c74ad6d657686a1c4bb1 [diff] |
build: Enable additional build errors and warnings Help catch more errors by enabling additional build errors and warnings. Address some of the warnings seen with these new flags, including moving the libusb_transfer structure back out of the usbi_transfer structure to address 'warning: invalid use of structure with flexible array member'. Apparently a structure ending with a flexible array member is not okay with the compiler as the last member within another structure. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
libusb is a library for USB device access from Linux, macOS, Windows, OpenBSD/NetBSD, Haiku and Solaris userspace. It is written in C (Haiku backend in C++) and licensed under the GNU Lesser General Public License version 2.1 or, at your option, any later version (see COPYING).
libusb is abstracted internally in such a way that it can hopefully be ported to other operating systems. Please see the PORTING file for more information.
libusb homepage: http://libusb.info/
Developers will wish to consult the API documentation: http://api.libusb.info
Use the mailing list for questions, comments, etc: http://mailing-list.libusb.info
(Please use the mailing list rather than mailing developers directly)