Issue 123841 - Fix constness type mismatches for OSX port
Summary: Fix constness type mismatches for OSX port
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: 4.1.0-dev
Hardware: All Mac OS X, all
: P3 Normal (vote)
Target Milestone: 4.1.0
Assignee: hdu@apache.org
QA Contact:
URL:
Keywords:
Depends on:
Blocks: 122301
  Show dependency tree
 
Reported: 2013-12-12 13:27 UTC by hdu@apache.org
Modified: 2014-04-01 12:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description hdu@apache.org 2013-12-12 13:27:05 UTC
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.
Comment 1 SVN Robot 2013-12-12 13:37:51 UTC
"hdu" committed SVN revision 1550416 into trunk:
#i123841# fix constness issues in OSX 64bit clipboard handling
Comment 2 Oliver-Rainer Wittmann 2014-02-10 10:30:11 UTC
@Herbert: Is this issue solved?
Comment 3 hdu@apache.org 2014-02-25 09:09:59 UTC
Fixed with the commits above.
Comment 4 hdu@apache.org 2014-04-01 12:25:13 UTC
Closing the resolved issue.