Skip to content

Remove unused lambda capture#4

Merged
CasparKielwein merged 1 commit intoCasparKielwein:masterfrom
CogentEmbedded:clang_compile_fixes_2
Nov 7, 2021
Merged

Remove unused lambda capture#4
CasparKielwein merged 1 commit intoCasparKielwein:masterfrom
CogentEmbedded:clang_compile_fixes_2

Conversation

@CasparKielwein
Copy link
Owner

This fixes an error ' error: lambda capture 'source_parent' is not used
[-Werror,-Wunused-lambda-capture]' produced by clang with -Wall -Wextra
-pedantic -Wno-deprecated-declarations -Wno-deprecated-copy -Werror

This fixes an error ' error: lambda capture 'source_parent' is not used
[-Werror,-Wunused-lambda-capture]' produced by clang with -Wall -Wextra
-pedantic -Wno-deprecated-declarations -Wno-deprecated-copy -Werror
@CasparKielwein CasparKielwein merged commit 30e01aa into CasparKielwein:master Nov 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants