To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63553
                  Issue #:|63553
                  Summary:|64bit: gcnolk/SRC680_m161 two new pointer to int
                          |casting
                Component:|gsl
                  Version:|680m161
                 Platform:|Opteron/x86_64
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P2
             Subcomponent:|code
              Assigned to:|hdu
              Reported by:|pjanik





------- Additional comments from [EMAIL PROTECTED] Thu Mar 23 23:01:07 -0800 
2006 -------
Build of SRC680_m161 on 64bit platform:

/data/oo/BuildDir/ooo_SRC680_m161_src/vcl/source/glyphs/glyphcache.cxx: In
member function 'size_t GlyphCache::IFSD_Hash::operator()(const
ImplFontSelectData&) const':
/data/oo/BuildDir/ooo_SRC680_m161_src/vcl/source/glyphs/glyphcache.cxx:84:
error: cast from 'ImplFontData*' to 'int' loses precision
/data/oo/BuildDir/ooo_SRC680_m161_src/vcl/source/glyphs/glyphcache.cxx: In
member function 'bool GlyphCache::IFSD_Equal::operator()(const
ImplFontSelectData&, const ImplFontSelectData&) const':
/data/oo/BuildDir/ooo_SRC680_m161_src/vcl/source/glyphs/glyphcache.cxx:99:
error: cast from 'ImplFontData*' to 'int' loses precision
/data/oo/BuildDir/ooo_SRC680_m161_src/vcl/source/glyphs/glyphcache.cxx:100:
error: cast from 'ImplFontData*' to 'int' loses precision
dmake:  Error code 1, while making '../../unxlngx6.pro/slo/glyphcache.obj'
'---* tg_merge.mk *---'

You can't cast 64bit pointer to 32bit int.

The same in gcach_ftyp.cxx, line 636. It is definitely wort creating separate
macro/function, because the same code is used at three places.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to