IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2005, 1:04:22 PM (21 years ago)
Author:
eugene
Message:

cleanups so -Wall -Werror succeed, some .h reorgs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.data/open_graph.c

    r3895 r4689  
    245245int SendLabel (char *string, int Xgraph, int mode) {
    246246
    247   char buffer[64];
    248 
    249247  SendGraphCommand (Xgraph, 4, "LABL");
    250248  SendGraphCommand (Xgraph, 16, "%6d %6d", strlen (string), mode);
     
    257255
    258256  int Nbyte, status;
    259   char *string, tmp;
     257  char tmp;
    260258  va_list argp; 
    261259
     
    286284int SendGraphCommandV (int device, int length, char *format, va_list argp) {
    287285
    288   int Nbyte;
    289   char *string, tmp[4];
     286  char *string;
    290287
    291288  /* I allocated and zero 1 extra byte */
Note: See TracChangeset for help on using the changeset viewer.