mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Fix build from docker build with alpine from macOS (#286)
* fix(build): Remove unused variable and fix const warning. * fix(build): Fix others -Werror=discarded-qualifiers Co-authored-by: Élie BRAMI <Et7f3@mbp-de-elie.home>
This commit is contained in:
parent
67b5200a0b
commit
253ac31a64
7 changed files with 6 additions and 7 deletions
|
@ -30,7 +30,6 @@
|
|||
*/
|
||||
void float2short(size_t n, short pcm16[n][8], const float binary32[n][8]) {
|
||||
size_t i, j;
|
||||
float f[8], w[8];
|
||||
for (i = 0; i < n; ++i) {
|
||||
for (j = 0; j < 8; ++j) {
|
||||
pcm16[i][j] =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue