commit | 5d13645bfe47568845c700149c8a2165a1813b3a | [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 | 22de94010e3d7ff0c940d9c00862f814f66a628b | |
parent | cc642ec7256287bd93a145c69b222e76eec0bd97 [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