[MDEV-8721] AIX: Compile error xtradb:log0log.cc Created: 2015-09-01 Updated: 2015-12-15 Resolved: 2015-12-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling |
| Affects Version/s: | 10.0.21 |
| Fix Version/s: | 10.0.23 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Chris | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
AIX 6.1 |
||
| Issue Links: |
|
||||||||
| Sprint: | 10.0.23 | ||||||||
| Description |
|
used CFLAGS/LDFLAGS/cmake options
|
| Comments |
| Comment by Elena Stepanova [ 2015-09-01 ] | ||||||||||||||||||||||||
|
bar, you fixed AIX compilation failures some time ago, maybe you could give it another run. | ||||||||||||||||||||||||
| Comment by Chris [ 2015-09-02 ] | ||||||||||||||||||||||||
|
changed static_cast to reinterpret_cast in log0log.cc, which seems obvious. the world is not gcc only, and a real compiler will not accept this gnuisms.
| ||||||||||||||||||||||||
| Comment by Chris [ 2015-09-02 ] | ||||||||||||||||||||||||
|
there is also one in log0recv.cc at line 3101.24 |