[Bug c++/44585] New: Failure to warn about implicit conversion from double to int

2010-06-18 Thread alvaro dot begue at gmail dot com
int Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: alvaro dot begue at gmail dot com GCC build

[Bug c++/44585] Failure to warn about implicit conversion from double to int

2010-06-18 Thread alvaro dot begue at gmail dot com
--- Comment #1 from alvaro dot begue at gmail dot com 2010-06-18 20:42 --- I just learned about -Wconversion and gcc does indeed warn about the implicit conversion from double to int when I specify it. Sorry for the false alarm. -- alvaro dot begue at gmail dot com changed