Ticket #2 (closed task: wontfix)

Opened 11 months ago

Last modified 11 months ago

get rid of compiler warnings

Reported by: CyberShadow Assigned to: Chris Miller
Priority: minor Milestone:
Component: component1 Version:
Keywords: Cc: thecybershadow@gmail.com

Description

Compiling code with the -w flag is a nice way to find potentially buggy code. DFL contains lots of places where the compiler generates warnings. Most of these warnings can be removed by doing explicit casts (for warnings about "potentian data loss") or adding assert(0) statements (for "switch statement has no default" / "statement is not reachable" / "no return at end of function" ones).

Change History

02/24/08 15:31:17 changed by Chris Miller

  • status changed from new to closed.
  • resolution set to wontfix.

Sounds like a whole lot of waste of time for a feature I consider broken.