IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2005, 3:00:59 PM (21 years ago)
Author:
eugene
Message:

cleanup errors caught by Wall,Werror

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa/graph/DrawObjects.c

    r2473 r4769  
    2121    DrawObjectN (layout, &layout[0].objects[i]);
    2222  }   
    23 
     23  return (TRUE);
    2424}
    2525
     
    2929  static unsigned char dash[2] = {5,10};
    3030  static unsigned char dot[2] = {3,3};
    31   int ltype, lweight;
     31  int lweight;
    3232 
    3333  lweight = MAX (0, MIN (10, object[0].lweight));
     
    7474  XSetLineAttributes (graphic.display, graphic.gc, 0, LineSolid, CapNotLast, JoinMiter);
    7575  XSetForeground (graphic.display, graphic.gc, graphic.fore);
     76  return (TRUE);
    7677}
    7778
Note: See TracChangeset for help on using the changeset viewer.