git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13939
static void void_printf(const HChar *format, ...)
{
- UInt ret;
va_list vargs;
va_start(vargs, format);
- ret = VG_(vprintf)(format, vargs);
+ VG_(vprintf)(format, vargs);
va_end(vargs);
}
/* return True if request recognised, False otherwise */
static Bool handle_gdb_monitor_command (ThreadId tid, HChar *req)
{
- UWord ret = 0;
HChar* wcmd;
HChar s[VG_(strlen(req))]; /* copy for strtok_r */
HChar *ssaveptr;
print_monitor_help();
return True;
case 1: /* info */
- ret = 1;
wcmd = VG_(strtok_r) (NULL, " ", &ssaveptr);
switch (kwdid = VG_(keyword_id)
("locks",