Menu

#12 ripper 2.6.1 AMD 64 patch

closed-accepted
None
5
2014-08-22
2004-03-20
No

This patch silences some compiler warnings for the
X86_64 (Amd64) architecture. It avoids some casts
between int and pointer variables
(int is 32 bit on X86_64, but pointers are 64 bit
wide). An alternative would have been to change some
ints to long (which is 64-bit on Linux (but 32 Bit on
Windows 64)), but I think 32 bit are enough to hold the
number of tracks on a cd. :)
This patch has undergone only minimal testing on SuSE
9.0 AMD 64.

Discussion

  • Stefan Fuchs

    Stefan Fuchs - 2004-03-20

    X86-64 patch for ripperX 2.6.1 (V1.0)

     
  • tony mancill

    tony mancill - 2004-10-10
    • assigned_to: nobody --> tmancill
     
  • tony mancill

    tony mancill - 2004-10-10

    Logged In: YES
    user_id=212006

    I will make sure that this goes into the 2.6.3 patch release.

     
  • tony mancill

    tony mancill - 2004-10-27
    • status: open --> closed
     
  • tony mancill

    tony mancill - 2004-10-27
    • status: closed --> closed-accepted
     
  • tony mancill

    tony mancill - 2004-10-27

    Logged In: YES
    user_id=212006

    this been applied to 2.6.3; thank you for submitting the patch

     

Log in to post a comment.