commit | d352cce1c3a88fe180d322791eb6e5973ade156c | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Nov 20 14:15:11 2015 -0500 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Nov 20 14:15:11 2015 -0500 |
tree | c43278fcb75e6e1633b57ffd2684d6cc6766b414 | |
parent | 6e818129190497de8851a6f2d0ae57dfcccb0f49 [diff] [blame] |
build: Update compiler flags and addressing discovered warnings Change-Id: I95e89871e1bcd15ee8e8b3fc181861e40a6b127b
diff --git a/tests/unit/index.cpp b/tests/unit/index.cpp index f2cf919..ca96536 100644 --- a/tests/unit/index.cpp +++ b/tests/unit/index.cpp
@@ -57,10 +57,10 @@ return *m_interest; } - uint64_t + int find() { - std::pair<int,Name> found = m_index.find(*m_interest); + std::pair<int, Name> found = m_index.find(*m_interest); return found.first; }