Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #941 (assigned defect)

Opened 8 months ago

Last modified 5 months ago

Warnings in logging package on X86_64

Reported by: larsivi Assigned to: kris (accepted)
Priority: major Milestone: 1.0
Component: Tango Version: 0.99.4 Frank
Keywords: linux amd64 warnings Cc:

Description (Last modified by larsivi)

Event.d

warning - tango/util/log/Event.d:326: Error: implicit conversion of expression (x.length) of type ulong to uint can cause loss of data
warning - tango/util/log/Event.d:327: Error: implicit conversion of expression (cast(ulong)*(&(this.scratch) + 0LU) + (x.length)) of type ulong to uint can cause loss of data

Hierarchy.d

warning - tango/util/log/Hierarchy.d:251: Error: implicit conversion of expression ((this.name_).length) of type ulong to int can cause loss of data
warning - tango/util/log/Hierarchy.d:431: Error: implicit conversion of expression (length) of type ulong to int can cause loss of data

EventLayout.d

warning - tango/util/log/EventLayout.d:71: Error: implicit conversion of expression (s.length) of type ulong to int can cause loss of data

Change History

02/24/08 07:35:02 changed by larsivi

  • description changed.
  • summary changed from Warnings in log.Event on X86_64 to Warnings in logging package on X86_64.

04/14/08 13:10:06 changed by larsivi

  • milestone changed from 0.99.6 to 0.99.7.

05/26/08 01:28:18 changed by kris

  • milestone changed from 0.99.7 to 1.0.

05/26/08 01:29:09 changed by kris

  • status changed from new to assigned.