Fix compilation of ASIO and WASAPI backends in MingW/Ubuntu.
authorStephen Sinclair <radarsat1@gmail.com>
Wed, 18 Oct 2017 15:00:00 +0000 (12:00 -0300)
committerStephen Sinclair <radarsat1@gmail.com>
Wed, 18 Oct 2017 20:33:01 +0000 (17:33 -0300)
commit3b1331c16ed513ec92f41d13692bcbe1792c3d1a
treed842f7faa2d245a120721b9d352e26b752d45eb9
parent0645e8f4669293e388da44aeeb3f4c05f3d087b8
Fix compilation of ASIO and WASAPI backends in MingW/Ubuntu.

Warnings/errors "unused function" are from the unicode conversion
functions on Windows, and "unused but set variable" is from ASIO
source code; we disable these warnings on Windows builds.
.travis.yml
Makefile.am
RtAudio.cpp
configure.ac