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/



_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to