From: Terje Johannessen Newsgroups: comp.os.msdos.djgpp Subject: Allegro interrupt handler assembler problem with gcc Date: Wed, 18 Oct 2000 11:44:25 +0200 Organization: Alcanet International SC - Newshub - http://www.alcanet.no/ Lines: 14 Message-ID: <39ED70F9.C4E17EE3@thomson-csf.no> NNTP-Posting-Host: dhcp220139.thomson-csf.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.75 [en] (Win95; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm trying to use the Allegro interrupt handler files in my program. When I try to compile/assemble 'irqwrap.S' file in RHIDE 1.4.7.7 I get an assembler error for each of the WRAPPER(0)...WRAPPER(7) definitions. RHIDE is using gcc 2.9.5.2. The error is really a warning but handled as an error by gcc and terminates the compilation. The error message is "Error: Warning: Indirect ljmp without '*'". How can I prevent the error message or make gcc handle it as a warning only? Thanks Paul Crone