IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 9, 2008, 12:15:16 PM (18 years ago)
Author:
eugene
Message:

updates to fix compile errors caught by Wall, Werror

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.astro/coord_systems.c

    r16935 r17419  
    5656          transform->isIdentity = TRUE;
    5757          break;
     58        default:
     59          abort();
    5860      }
    5961    case COORD_GALACTIC:
     
    7274        case COORD_ECLIPTIC:
    7375          return NULL;
     76        default:
     77          abort();
    7478      }
     79    default:
     80      abort();
    7581  }
    7682 
Note: See TracChangeset for help on using the changeset viewer.