X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Subject: Re: djgpp daily digest for 12 Sep 2017 To: djgpp AT delorie DOT com References: <201709130405 DOT v8D452U4010364 AT delorie DOT com> From: "Mariano (malfer AT telefonica DOT net) [via djgpp AT delorie DOT com]" Message-ID: <5f65b89d-a281-092e-2243-68bfd794ea40@telefonica.net> Date: Thu, 14 Sep 2017 12:49:56 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <201709130405.v8D452U4010364@delorie.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: es-ES X-CTCH-Score: 0.000 X-CTCH-ScoreCust: 0.000 X-TnetOut-Country: IP: 79.158.55.191 | Country: ES X-TnetOut-Information: AntiSPAM and AntiVIRUS on relayout02 X-TnetOut-MsgID: 3xtFfY3dSbzdbkS.AC0E1 X-TnetOut-SpamCheck: no es spam, Unknown X-TnetOut-From: malfer AT telefonica DOT net X-TnetOut-Watermark: 1505991000 DOT 00742 AT RDKOPAedPBz3nt64GGL8pQ X-Spam-Status: No Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id v8EAo4gd009128 Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk El 13/09/17 a las 06:05, glaux AT centrum DOT cz escribió: > Hi, I just tried to compile it with DJGPP and saw some warnings like: > ./fdrivers/driver16.h:284: Warning: missing operand; zero assumed > ./fdrivers/driver16.h:289: Warning: missing operand; zero assumed > ./fdrivers/driver16.h:290: Warning: missing operand; zero assumed > ./fdrivers/driver16.h:285: Warning: missing operand; zero assumed > ./fdrivers/driver16.h:290: Warning: missing operand; zero assumed > ./fdrivers/driver16.h:291: Warning: missing operand; zero assumed > ./fdrivers/driver16.h:286: Warning: missing operand; zero assumed > ./fdrivers/driver16.h:291: Warning: missing operand; zero assumed > ./fdrivers/driver16.h:292: Warning: missing operand; zero assumed > > and also in some other file but it was linked and built OK... > > ------------------------------ Yes, it happen with the asm code in driver16.h. Honestly I don't know why, It doesn't occurs in other platforms, only djgpp, but djgpp has the newest gcc version I have tested. The warning pop-up in latest version of GRX too. Anyway the library works without problems. Greetings Mariano