X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=RV83qciey74h91yMEvLKLYJQaPC6UlY97f7zKB2YYYU=; b=ASQfD87OJ3oHu/phm5uxmBcGVpjKox5mX3jl0kroui2E8bAJoY+lniEub4dpbi6vaA ezlItEL5NmVYuccAxVNBuo37viqi4JuRvQsZWKfhItzcKTgt81mNnotBtLh1sIv8wwO8 Rh54/pW8zsjghkPn4H8ufbJ2L+AwWV6ZtljWc= MIME-Version: 1.0 Date: Fri, 1 Jul 2011 17:25:52 +0300 Message-ID: Subject: gcc-4.4: conflicting types for built-in function 'cabs' and 'cabsf' From: Ozkan Sezer To: djgpp-workers AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Reply-To: djgpp-workers AT delorie DOT com Bulidding the library (today's cvs) using gcc-4.4 fails with the following error: i586-pc-msdosdjgpp-gcc -pipe ... -c w_cabs.c cc1: warnings being treated as errors w_cabs.c:18: error: conflicting types for built-in function 'cabs' i586-pc-msdosdjgpp-gcc -pipe ... -c wf_cabs.c cc1: warnings being treated as errors wf_cabs.c:18: error: conflicting types for built-in function 'cabsf' Solutions? -- O.S.