https://issues.apache.org/ooo/show_bug.cgi?id=123840
Bug ID: 123840
Issue Type: DEFECT
Summary: Fix 32bit/64bit type mismatches for OSX port
Product: General
Version: 4.1.0-dev
Hardware: All
OS: Mac OSX, all
Status: CONFIRMED
Severity: normal
Priority: P3
Component: code
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Blocks: 122301
Compiling a codebase in both 32bit and 64bit mode is only possible if the types
used are declared and used consistently. E.g. in 32bit mode an int and long
pointer may be compatible whereas in 64bit mode these pointers are usually not
compatible. Incompatible type conversions need to be fixed.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.