From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: ac131313@cygnus.com Cc: gdb@sourceware.cygnus.com Subject: Re: GDB 5.1 TODO list Date: Wed, 02 Aug 2000 03:17:00 -0000 Message-id: <200008021016.GAA25482@indy.delorie.com> References: <39877E58.2828D2B5@cygnus.com> <200008020752.DAA25347@indy.delorie.com> <3987E0CB.32877298@cygnus.com> X-SW-Source: 2000-08/msg00013.html > Date: Wed, 02 Aug 2000 18:50:19 +1000 > From: Andrew Cagney > > Try configuring with > --enable-build-warnings=-Wimplicit,-Wreturn-type,-Wcomment,-Wtrigraphs,-Wformat,-Wparentheses, > -Wpointer-arith,-Werror The DJGPP port is already configured with --enable-build-warnings=-Wimplicit,-Wcomment,-Wformat,-Wparentheses, -Wpointer-arith (See config/djgpp/djconfig.sh.) I'll try to add others when I get to it. Last time I tried, there were too many warnings from sources that aren't specific to the DJGPP target, and I *hate* to see warnings.