NativeInstruments / ni-media

NI Media is a C++ library for reading and writing audio streams.
MIT License
235 stars 34 forks source link

Fix MSVC 2019 build errors and warnings #33

Closed lmdsp closed 4 years ago

lmdsp commented 4 years ago

This PR fixes build errors and warnings with MSVC 2019 16.2 using C++14 and above standard

codecov-io commented 4 years ago

Codecov Report

Merging #33 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #33   +/-   ##
=======================================
  Coverage   86.16%   86.16%           
=======================================
  Files          96       96           
  Lines        1843     1843           
=======================================
  Hits         1588     1588           
  Misses        255      255

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b5f3c84...867a132. Read the comment docs.

marcrambo commented 4 years ago

Thanks for the contribution... and sorry for the long delay, i had a very long vacation :) I retriggerd the appveyor builds, we unfortunately sometimes get these mysterious build timeouts. Once the build passes we'll be good to go.