Fix LLVM 7 self-assignment warnings in test code (#945)
Summary: - LLVM 7 emits a warning about self-assignment. - Silence the warning by using a static_cast. Pull Request resolved: https://github.com/facebook/folly/pull/945 Reviewed By: Orvid Differential Revision: D10236656 Pulled By: yfeldblum fbshipit-source-id: 43b46563357d89db9e0911b894f8fead0a14d660
Showing
Please register or sign in to comment