Skip to content

Instantly share code, notes, and snippets.

@aprieger-llnw
Created July 24, 2017 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aprieger-llnw/0f847b47b3d2d522d27c4dfbf723b3cd to your computer and use it in GitHub Desktop.
Save aprieger-llnw/0f847b47b3d2d522d27c4dfbf723b3cd to your computer and use it in GitHub Desktop.
/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]
duration_cast<nanoseconds>(total_time).count(),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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]
duration_cast<nanoseconds>(standard_deviation).count());
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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]
duration_cast<nanoseconds>(total_time).count());
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment