commit | a1e94c8ce10288858d93aedc67862f6f418053bd | [log] [tgz] |
---|---|---|
author | Ludovic Rousseau <ludovic.rousseau@free.fr> | Wed Jan 04 20:10:35 2017 +0100 |
committer | Ludovic Rousseau <ludovic.rousseau@free.fr> | Wed Jan 04 22:57:36 2017 +0100 |
tree | 31c7bec0a3996f001cd451a1256fb2e39fc9e71a | |
parent | 9029ee0319bdc0395996931e2501bc05b8bd6dfe [diff] |
travis: remove -Werror Using -Werror in CFLAGS make ./configure to fails with: checking whether the C compiler works... no configure: error: in `/home/travis/build/LudovicRousseau/libusb': configure: error: C compiler cannot create executables See `config.log' for more details -Werror had no effect because CFLAGS was _not_ exported.
libusb is a library for USB device access from Linux, Mac OS X, Windows, OpenBSD/NetBSD and Haiku 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)