View | Details | Raw Unified | Return to bug 883
Collapse All | Expand All

(-)a/utils/test-runner.cc (-1 / +1 lines)
 Lines 107-113    Link Here 
107
  // depends on the leading '/'
107
  // depends on the leading '/'
108
  //
108
  //
109
  char pathbuf[PATH_MAX];
109
  char pathbuf[PATH_MAX];
110
  getcwd (pathbuf, sizeof(pathbuf));
110
  if(getcwd (pathbuf, sizeof(pathbuf))){}; // Work around warn_unused_result warning
111
111
112
  //
112
  //
113
  // Walk up the directory tree looking for a directory that has files that
113
  // Walk up the directory tree looking for a directory that has files that

Return to bug 883