Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Fix error: lambda capture 'iphone_xs_times' is not required#15450

Closed
dwrobel wants to merge 1 commit intoflutter:masterfrom
dwrobel:fix-lambda-capture
Closed

Fix error: lambda capture 'iphone_xs_times' is not required#15450
dwrobel wants to merge 1 commit intoflutter:masterfrom
dwrobel:fix-lambda-capture

Conversation

@dwrobel
Copy link
Contributor

@dwrobel dwrobel commented Jan 10, 2020

Fixes:
../../flutter/shell/common/input_events_unittests.cc:283:50: error: lambda capture 'iphone_xs_times' is not required to be captured for this use [-Werror,-Wunused-lambda-capture]
Generator iphone_xs_generator = [frame_time, iphone_xs_times,
~~^~~~~~~~~~~~~~~

Signed-off-by: Damian Wrobel [email protected]

Fixes:
../../flutter/shell/common/input_events_unittests.cc:283:50: error: lambda capture 'iphone_xs_times' is not required to be captured for this use [-Werror,-Wunused-lambda-capture]
    Generator iphone_xs_generator = [frame_time, iphone_xs_times,
                                               ~~^~~~~~~~~~~~~~~

Signed-off-by: Damian Wrobel <[email protected]>
@cbracken
Copy link
Member

Thanks for your contribution and apologies for the delay in us getting to this.

Closing as it turns out that this was fixed incidentally in #16264 as part of a separate refactor.

@cbracken cbracken closed this Feb 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants