diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2019-01-24 15:16:28 +0100 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2019-01-24 15:16:28 +0100 |
| commit | 8c8240ecb91415f29b6809479a0ddea2b04dc210 (patch) | |
| tree | 0b6c08981690754fe256623939b4be79f2062cd4 /Makefile.am | |
| parent | f25f7f23b513d7737f858d42706681e907d6c86d (diff) | |
Ensure a warning in asiolist.cpp does not become error with -Wall.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2a05035..718873c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,9 @@ if ASIO include/asiodrivers.cpp \ include/asiolist.cpp \ include/iasiothiscallresolver.cpp + +# due to warning in asiolist.cpp +%C%_librtaudio_la_CXXFLAGS += -Wno-error=unused-but-set-variable endif rtaudio_incdir = $(includedir)/rtaudio |
