dholland c1b7c6be35 Add note cautioning against bothering with WARNS=6 until gcc improves
(or -Wconversion is removed from WARNS=6) as it produces loads of false
positives. The most entertaining of these that I've seen this afternoon:

games/hack/hack.apply.c:143:22: error: conversion to 'unsigned char:1' from 'int' may alter its value [-Werror=conversion]
   flags.move = multi = 0;
                      ^
2014-03-23 00:17:40 +00:00
..
2014-03-22 22:04:40 +00:00
2014-03-22 23:33:33 +00:00
2014-03-22 18:58:57 +00:00
2014-03-23 00:07:15 +00:00