[all-commits] [llvm/llvm-project] c59ccc: [lldb] Fix -Wformat warning in debugserver unit test
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Dec 8 21:02:29 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c59ccc022265a6a3d70c86c4cf6391ebd70e6497
https://github.com/llvm/llvm-project/commit/c59ccc022265a6a3d70c86c4cf6391ebd70e6497
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
M lldb/unittests/debugserver/RNBSocketTest.cpp
Log Message:
-----------
[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]
More information about the All-commits
mailing list