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 into
flutter-team-archive:masterfrom
dwrobel:fix-lambda-capture
Closed

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

Conversation

@dwrobel

@dwrobel dwrobel commented Jan 10, 2020

Copy link
Copy Markdown
Contributor

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 dwrobel@ertelnet.rybnik.pl

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 <dwrobel@ertelnet.rybnik.pl>
@cbracken

Copy link
Copy Markdown
Contributor

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

Development

Successfully merging this pull request may close these issues.

3 participants