[Lldb-commits] [Diffusion] rL233021: Move ADB communications to AdbClient class - to make it accessible by other…
Ilia K
ki.stfu at gmail.com
Mon Mar 23 15:17:56 PDT 2015
It added a new warning.
/lldb/trunk/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp:41 ```
[4/13] Building CXX object tools/lldb/source/Plugins/Platform/Android/C...iles/lldbPluginPlatformAndroid.dir/PlatformAndroidRemoteGDBServer.cpp.o
../tools/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp:41:83: warning: format specifies type 'unsigned long long' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
return Error ("Expected a single connected device, got instead %" PRIu64, connect_devices.size ());
~~~ ^~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
```
USERS
ovyalov (Author)
http://reviews.llvm.org/rL233021
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list