On Sun, 9 Dec 2018 20:35:02 +0100
Markus Koschany wrote:
>Hello Andreas,
>
>
>Am 09.12.18 um 16:07 schrieb Andreas Ronnquist:
>> tags 916037 + patch
>> thanks
>>
>> Patch attached to fix this build error (Which I am the cause of).
>
>Please feel free to upload your fix as needed. Since all pac
Hello Andreas,
Am 09.12.18 um 16:07 schrieb Andreas Ronnquist:
> tags 916037 + patch
> thanks
>
> Patch attached to fix this build error (Which I am the cause of).
Please feel free to upload your fix as needed. Since all packages are
team-maintained and you are a member of the team and know why
tags 916037 + patch
thanks
Patch attached to fix this build error (Which I am the cause of).
/Andreas
gus...@debian.org
--- a/src/distor.c
+++ b/src/distor.c
@@ -194,7 +194,7 @@
cycle_tmp /= 2;
speed--;
}
- cycle_tmp = fsqrt (fsqrt (cycle_tmp)) / 2;
+ cycle_tmp = fixsqrt (fix
Source: liquidwar
Version: 5.6.4-5
Severity: serious
Tags: ftbfs buster sid
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/liquidwar.html
...
distor.c: In function 'create_wave_line':
distor.c:197:15: warning: implicit declaration of function 'fsqrt'; did you
mean 'fixsqrt'?
4 matches
Mail list logo