https://issues.apache.org/ooo/show_bug.cgi?id=123841
Bug ID: 123841
Issue Type: DEFECT
Summary: Fix constness 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 different development environments is only possible if
the types used are declared and used consistently. E.g. a function that
declares a non-const parameter cannot accept a const input for that. Such
constness problems 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.