mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
Closes: https://bugs.gentoo.org/933180 Closes: https://bugs.gentoo.org/945707 Closes: https://bugs.gentoo.org/869449 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
13 lines
365 B
Diff
13 lines
365 B
Diff
https://bugs.gentoo.org/945707
|
|
Fix conflicting types for fabs.
|
|
--- a/C/xcBz.c
|
|
+++ b/C/xcBz.c
|
|
@@ -1397,7 +1397,6 @@ static int
|
|
BzGetISS( int typ )
|
|
{
|
|
int imen[3 * BZ_MAXPOINTS], imin = 0;
|
|
- double fabs();
|
|
register int iss;
|
|
register double f, point;
|
|
register double tol = (double)(BZ_ISS - 1)/(double)BZ_ISS - (double)(BZ_ISS - 2)/(double)(BZ_ISS - 1);
|