Mir

Merge lp:~alan-griffiths/mir/fix-1248014-for-development-branch into lp:mir

Proposed by Alan Griffiths
Status: Merged
Approved by: Alan Griffiths
Approved revision: no longer in the source branch.
Merged at revision: 1205
Proposed branch: lp:~alan-griffiths/mir/fix-1248014-for-development-branch
Merge into: lp:mir
Diff against target: 11 lines (+1/-1)
1 file modified
3rd_party/android-input/android/frameworks/base/services/input/InputListener.h (+1/-1)
To merge this branch: bzr merge lp:~alan-griffiths/mir/fix-1248014-for-development-branch
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Alexandros Frantzis (community) Approve
Review via email: mp+194366@code.launchpad.net

Commit message

Fix FTBS using use_debflags=ON (building for android-armhf)

Description of the change

Fix FTBS using use_debflags=ON (building for android-armhf)

To post a comment you must log in.
Revision history for this message
Alexandros Frantzis (afrantzis) wrote :

Looks good.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '3rd_party/android-input/android/frameworks/base/services/input/InputListener.h'
2--- 3rd_party/android-input/android/frameworks/base/services/input/InputListener.h 2013-05-03 16:38:07 +0000
3+++ 3rd_party/android-input/android/frameworks/base/services/input/InputListener.h 2013-11-07 15:42:02 +0000
4@@ -38,7 +38,7 @@
5 struct NotifyConfigurationChangedArgs : public NotifyArgs {
6 nsecs_t eventTime;
7
8- inline NotifyConfigurationChangedArgs() { }
9+ inline NotifyConfigurationChangedArgs() : eventTime{0} { }
10
11 NotifyConfigurationChangedArgs(nsecs_t eventTime);
12

Subscribers

People subscribed via source and target branches