dbry / WavPack

WavPack encode/decode library, command-line programs, and several plugins
BSD 3-Clause "New" or "Revised" License
346 stars 65 forks source link

eliminate use of '&' address-of operator on arrays (take/2.) #173

Closed sezero closed 7 months ago

sezero commented 7 months ago

This is an extension of PR #130, where the compiler missed several cases because of a bug [1]. (These ones were revealed by using the c++ compiler instead.)

[1] https://github.com/open-watcom/open-watcom-v2/issues/1158

dbry commented 7 months ago

Thanks!