Ticket #19 (closed defect: fixed)

Opened 20 months ago

Last modified 20 months ago

Patch to fix a lot of compile warnings

Reported by: smoku Owned by: smoku
Priority: major Component: General
Version: 2.1 Keywords:
Cc: Tracforge_linkmap:
Blocking: Blocked By:

Description

The attached patch fixes many compile warnings when compiling with -Wall (”./configure –enable-developer”).

Many of the changes are simply not casting a pointer to an int. On many 64-bit architectures, pointers are 64-bits and integers are 32.

Attachments

jabberd2_fix_many_compile_warnings.diff (13.6 KB) - added by smoku 20 months ago.
Patch by Mark Doliner <mark@…>

Change History

Changed 20 months ago by smoku

Patch by Mark Doliner <mark@…>

Changed 20 months ago by smoku

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

(In [141]) Integrated compile warnings patch by Mark Doliner. Fixes #19

Note: See TracTickets for help on using tickets.