Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compiler warning in BigIntPrimitive::raiseOnError
Summary: GCC complains that "control reaches end of non-void function" in this function. Add an `llvm_unreachable` to silence it. Differential Revision: D37859086 fbshipit-source-id: 1a9b4c8424fb8f04cd9cd437d371404dc9207a3f
- Loading branch information