[project @ 2002-11-20 09:37:45 by simonpj]
----------------------------------------------- Add -Werror flag, which makes warnings fatal ----------------------------------------------- -Werror is standard gcc-ism; it makes warnings into fatal errors so you don't miss them in a batch compile. Fairly easy to implement, by modifying ErrUtils.errorsFound Suggested by Ashley Yakeley
Please register or sign in to comment