Skip to content

[gardening] Fix a warning in ClosureSpecializer.cpp #5928

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 25, 2016

Conversation

jjgod
Copy link
Contributor

@jjgod jjgod commented Nov 25, 2016

[448/1413] Building CXX object lib/SILOptimizer/CMakeFiles/swiftSILOptimizer.dir/IPO/ClosureSpecializer.cpp.o
/Volumes/Home/swift-source/swift/lib/SILOptimizer/IPO/ClosureSpecializer.cpp:569:14: warning: unused variable 'M' [-Wunused-variable]
  SILModule &M = Cloned->getModule();
             ^
1 warning generated.

Introduced by #5920.

[448/1413] Building CXX object lib/SILOptimizer/CMakeFiles/swiftSILOptimizer.dir/IPO/ClosureSpecializer.cpp.o
/Volumes/Home/swift-source/swift/lib/SILOptimizer/IPO/ClosureSpecializer.cpp:569:14: warning: unused variable 'M' [-Wunused-variable]
  SILModule &M = Cloned->getModule();
             ^
1 warning generated.

Introduced by swiftlang#5920.
@CodaFi
Copy link
Contributor

CodaFi commented Nov 25, 2016

@swift-ci please smoke test and merge.

@swift-ci swift-ci merged commit 84a322f into swiftlang:master Nov 25, 2016
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.

3 participants