From: Larry D. <ldo...@re...> - 2008-01-30 18:17:39
|
Steve - On Wed, Jan 30, 2008 at 09:56:26AM -0800, Larry Doolittle wrote: > Adding -Wextra (new name for -W) to C{,XX}FLAGS with > gcc-4.3 yields, among other things, the following: Adding a few more flags, I can get 1552 warnings of the form: ../verilog-0.9/elaborate.cc:121: warning: conversion to 'unsigned int' from 'long unsigned int' may alter its value or ../../verilog-0.9/tgt-vvp/vvp_process.c:251: warning: conversion to 'unsigned int' from 'int' may change the sign of the result - Larry |