Commit 78ced6a3 authored by Oliver Schneider's avatar Oliver Schneider Committed by Jerry Jacobs
Browse files

Don't use `%zx` because it's unsupported on mingw64 (#578)

* Don't use `%zx` because it's unsupported on mingw64
* Also check that no warnings happen on travis
* Prefer `unsigned int` over `unsigned`

* Install libusb through the travis whitelist instead of manually

* Test stlink against clang and gcc through the travis "compiler" flag instead of a manual matrix

* Re-add osx

* Fix warning on gcc
parent 97756891
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment