Merge lp:~akopytov/percona-server/bug1126077 into lp:percona-server/5.5

Proposed by Alexey Kopytov
Status: Merged
Approved by: Vlad Lesin
Approved revision: no longer in the source branch.
Merged at revision: 446
Proposed branch: lp:~akopytov/percona-server/bug1126077
Merge into: lp:percona-server/5.5
Diff against target: 13 lines (+2/-1)
1 file modified
Percona-Server/storage/innobase/handler/i_s.cc (+2/-1)
To merge this branch: bzr merge lp:~akopytov/percona-server/bug1126077
Reviewer Review Type Date Requested Status
Vlad Lesin (community) g2 Approve
Review via email: mp+148672@code.launchpad.net

Description of the change

  Bug #1126077: Remove clang warnings

  Fixed an annoying warning in the InnoDB code produced by clang.

To post a comment you must log in.
Revision history for this message
Vlad Lesin (vlad-lesin) :
review: Approve (g2)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Percona-Server/storage/innobase/handler/i_s.cc'
--- Percona-Server/storage/innobase/handler/i_s.cc 2013-01-29 15:14:23 +0000
+++ Percona-Server/storage/innobase/handler/i_s.cc 2013-02-15 11:27:23 +0000
@@ -168,7 +168,8 @@
168 } \168 } \
169} while (0)169} while (0)
170170
171#if !defined __STRICT_ANSI__ && defined __GNUC__ && (__GNUC__) > 2 && !defined __INTEL_COMPILER171#if !defined __STRICT_ANSI__ && defined __GNUC__ && (__GNUC__) > 2 && \
172 !defined __INTEL_COMPILER && !defined __clang__
172#define STRUCT_FLD(name, value) name: value173#define STRUCT_FLD(name, value) name: value
173#else174#else
174#define STRUCT_FLD(name, value) value175#define STRUCT_FLD(name, value) value

Subscribers

People subscribed via source and target branches