Hi,
Actually this is a designed behavior of -Wconversion and not a bug. http://gcc.gnu.org/ml/gcc/2002-12/msg01431.html
On Fri, 4 Mar 2005 18:04:36 +0900 "d_layer" dome@koganet.ne.jp wrote:
Hi,
Actually this is a designed behavior of -Wconversion and not a bug. http://gcc.gnu.org/ml/gcc/2002-12/msg01431.html
Thanks for pointing that out. I lifted the flags from the original makefile, which included those warnings enabled, including -Wconversion but didn't think to check that one of these might be causing a spurious warning.