]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Merge pull request #765 from mikebrady/use_disposable_libraries
authorMike Brady <mikebrady@eircom.net>
Thu, 1 Nov 2018 08:49:00 +0000 (08:49 +0000)
committerGitHub <noreply@github.com>
Thu, 1 Nov 2018 08:49:00 +0000 (08:49 +0000)
1. Separate compilation of automatically generated code from regular code to avoid compiler warnings.

2. Reorder some header includes to avoid compilation errors in OpenBSD.

3. Add a few extra warnings to the `alsa` interface to check for failure to recover from errors.


Trivial merge