Date: Wed, 21 Apr 2004 07:03:04 -0700 From: "Michael C. Shultz" <ringworm@inbox.lv> To: freebsd-ports@freebsd.org Subject: Re: aspell-0.50.5_2 fails to build Message-ID: <200404210703.05505.ringworm@inbox.lv> In-Reply-To: </tO%2BZKIY4f@dmeyer.dinoex.sub.org> References: <200404171601.25298.kstewart@owt.com> <200404171800.30877.ringworm@inbox.lv> </tO%2BZKIY4f@dmeyer.dinoex.sub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> > I can reccomend: > > WARN= -W -Wall -Waggregate-return -Wbad-function-cast -Wcast-align > -Wcast-qual -Wchar-subscripts -Wcomment -Wconversion -Wformat -Wimplicit > -Wimplicit-function-delcaration -Wimplicit-int -Wlong-long -Wmain > -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-import > -Wno-parentheses -Wparentheses -Wpointer-arith -Wredundant-decls > -Wreturn-type -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch > -Wtraditional -Wtrigraphs -Wunused -Wwrite-strings > > .if !defined(NO_WARN) > CFLAGS+=${WARN} > NO_WERROR= yes > .endif > > Flags that break some ports: > PEDANTIC= -Winline -pedantic -Wformat-nonliteral -Wformat-security > -Wformat-extra-args -Wformat=2 -std=gnu99 > > kind regards Dirk Dirk, these flags of yours have given me so many wonderful new warnings to track down and fix. Thank you EVER so much! They are working out well.. -Mike
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404210703.05505.ringworm>