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;
   }