Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. /usr/home/aprieger/repos/freebsd_master/freebsd/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp:2198:23: warning: format specifies type 'unsigned long' but the argument has type 'rep' (aka 'long long') [-Wformat]
  2. duration_cast<nanoseconds>(total_time).count(),
  3. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4. /usr/home/aprieger/repos/freebsd_master/freebsd/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp:2199:23: warning: format specifies type 'unsigned long' but the argument has type 'rep' (aka 'long long') [-Wformat]
  5. duration_cast<nanoseconds>(standard_deviation).count());
  6. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7. /usr/home/aprieger/repos/freebsd_master/freebsd/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp:2256:23: warning: format specifies type 'unsigned long' but the argument has type 'rep' (aka 'long long') [-Wformat]
  8. duration_cast<nanoseconds>(total_time).count());
  9. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10. 3 warnings generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement