[MDEV-753] LP:609803 - xtradb compiler warnings Created: 2010-07-25 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Mark Callaghan | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
xtradb in MariaDB has compiler warnings. Official InnoDB has none. From mariadb-5.1.42: btr/btr0cur.c:3305: warning: value computed is not used From latest bzr code for lp:maria/5.2 warnings for storage/xtradb btr/btr0btr.c:2871: warning: null argument where non-null required (argument 1) storage/innodb_plugin has no warnings for the same branch |
| Comments |
| Comment by Kristian Nielsen [ 2010-07-27 ] |
|
Re: xtradb compiler warnings This is a compromise between on the one hand eliminating all warnings (so new The Buildbot setup parses this .supp file to eliminate warnings to be As far as I can see, the mentioned warnings are already suppressed, and Of course, it might be that some warnings are needlessly (or wrongly) (Note that the latest MariaDB 5.1 release is 5.1.47). |
| Comment by Mark Callaghan [ 2010-07-27 ] |
|
Re: xtradb compiler warnings |
| Comment by Sergei Golubchik [ 2010-07-27 ] |
|
Re: xtradb compiler warnings |
| Comment by Rasmus Johansson (Inactive) [ 2010-11-30 ] |
|
Launchpad bug id: 609803 |
| Comment by Kristian Nielsen [ 2012-10-04 ] |
|
fixed long ago, I believe |