IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2012, 11:46:01 AM (14 years ago)
Author:
eugene
Message:

updates for pedantic gcc, mods to relphot average mags to handle GPC1 stacks

Location:
trunk/Ohana/src/opihi/pcontrol
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/CheckHost.c

    r25872 r34088  
    4040int CheckHostResponse (Host *host) {
    4141 
    42   IOBuffer *buffer;
    43 
    4442  /* we only check IDLE hosts without jobs */
    4543  ASSERT (host, "missing host");
    46   buffer = &host[0].comms_buffer;
    4744
    4845  // XXX check on the value of the response? (OK)
  • trunk/Ohana/src/opihi/pcontrol/CheckSystem.c

    r28158 r34088  
    6262void *CheckSystem_Threaded (void *data) {
    6363
    64   int Njobchecks, Nhostchecks, Nlivechecks, Ndonejobs;
    65 
    66   Nlivechecks = 0;
     64  int Njobchecks, Nhostchecks, Ndonejobs;
    6765
    6866  gprintInit ();
  • trunk/Ohana/src/opihi/pcontrol/Makefile

    r33662 r34088  
    1313LIBS1         = -lkapa -lFITS -lohana
    1414LIBS2         = -lbasiccmd -lshell -ldata
    15 FULL_CFLAGS   = $(BASE_CFLAGS) -Wall -Werror
     15FULL_CFLAGS   = $(BASE_CFLAGS)
    1616FULL_CPPFLAGS = $(BASE_CPPFLAGS)
    1717FULL_LDFLAGS  = $(LIBS1) $(LIBS2) $(BASE_LDFLAGS)
Note: See TracChangeset for help on using the changeset viewer.