[Klone-users] fatal source errors ignored?

Stefano Barbato barbato at koanlogic.com
Sun Aug 5 06:38:06 EDT 2007


Hi Mark,

On Aug 4, 2007, at 6:57 PM, Mark Richards wrote:

> Would be ideal if there were an option for halt on warning or if the 
> make process, if there are warnings, tells you at the end (lists them 
> out).

That's true.
Btw note that you can choose your own warning flags using the 
WEBAPP_CFLAGS variable; flags in such variable will not be used for 
Klone's own files compilation so it should be safe if you set it freely 
based on your needs.

The following Makefile, used with pretty_make or "make >/dev/null"  
gives decent results:

---[ Makefile ]----
KLONE_CONF_ARGS ?= --disable_cxx

...
WEBAPP_CFLAGS = [ your current flags here ]

WEBAPP_CFLAGS += -W -Wall -Wno-unused [more warning flags...]
...

-------------------

bye,

stefano




More information about the klone-users mailing list