[MDEV-624] LP:802392 - Maria 5.3 bzr compile warnings in GCC 4.6 Created: 2011-06-27 Updated: 2014-03-03 Resolved: 2014-03-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
GCC 4.6 (Fedora 15) triggers a warning on variables that are written to and not read (it previously triggered in Drizzle for error variables that were set and not used). Currently failing with compile-pentium64-debug-max: ma_dyncol.c: In function 'dynamic_column_update_many': Workaround of course is not to build in maintainer mode. |
| Comments |
| Comment by Rasmus Johansson (Inactive) [ 2011-06-27 ] |
|
Launchpad bug id: 802392 |