Ticket #51 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Cleanup all compiler warnings

Reported by: tkg Assigned to:
Priority: major Milestone: xmlroff 0.5.2
Component: libfo Version: 0.5.x
Keywords: C Cc:
Blocking: Blocked By: 35, 54

Description

The current "gcc -Wall" produces more types of warnings that ever before, e.g., #35.

Need to correct causes of all compiler warnings since current warnings may indicate problems with current code.

Once current warnings are gone, any new warnings can indicate problems with new or changed code.

Change History

07/17/07 20:56:55 changed by tkg

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

Committed in changeset:89 to changeset:98.

07/18/07 11:30:32 changed by tkg

(In [91]) Fixed unused parameter and unused function compiler warnings, re #51.