dbry / WavPack

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

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

Closed sezero closed 11 months ago

sezero commented 12 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 11 months ago

Thanks!