Skip to content
Commit c93709af authored by Nemanja Ivanovic's avatar Nemanja Ivanovic
Browse files

[SmallVector] Fix unit test to eliminate failure with -Werror

Commit 475dd6f6 added
a unit test that compares SmallVector::size() (a size_t
value) against 42 (an int value). That causes failures with
-Werror. This patch just adds the cast to silence the warning.
parent d644ab02
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment