commit | c151c67412158a711fea4c2ad4f0dfd2be7dea11 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Fri Feb 01 15:31:26 2019 -0800 |
committer | Christopher Ferris <cferris@google.com> | Fri Feb 01 15:48:19 2019 -0800 |
tree | 730e2e7eb2a4fa3465de50d2a914c998e2f430dd | |
parent | ef6d45e7cf218545032529b6831520a0136fcb50 [diff] |
Fix compiler warnings. Changed finds that use a string with a single character ("X"), to 'X'. Remove using statements from header file. Add a couple of missing includes. Changed a couple of functions that take a string to const string& to avoid extra copies. Test: No warnings when compiled, unit tests pass. Change-Id: I218ee0e6b6c7fb1c79d1337c1ce3d6f1e318a3cd