commit | 2e8962bd3e6e1bf276bb1af026e34eb9d504f1a0 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Mon Mar 09 14:22:16 2020 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Mon Mar 09 15:05:54 2020 -0700 |
tree | 86436bc4df0df9174a8f964353e6650fc779d920 | |
parent | 43a95f19255333cb68b6a0a724707faf867a79aa [diff] |
Fix bugprone-string-integer-assignment warnings * mdns.cpp:153:20: warning: an integer is interpreted as a character code when assigning it to a string; if this is intended, cast the integer to the appropriate character type; if you want a string representation, use the appropriate conversion facility [bugprone-string-integer-assignment] Test: WITH_TIDY=1 make Change-Id: Id9a790ac31722c6ee8886703939977b913ce95fe