[lldb] Fix -Wformat warning in debugserver unit test
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 9 Dec 2020 03:30:10 +0000 (19:30 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 9 Dec 2020 04:57:51 +0000 (20:57 -0800)
commitc59ccc022265a6a3d70c86c4cf6391ebd70e6497
tree5605d50033fba85f780f56bf94be51f4a595391a
parent846f576bea4d0a55a4fe9190a2ac24cbb9d56a64
[lldb] Fix -Wformat warning in debugserver unit test

RNBSocketTest.cpp:31:35: warning: format specifies type 'char *' but the
argument has type 'const void *' [-Wformat]
lldb/unittests/debugserver/RNBSocketTest.cpp