Ignore:
Timestamp:
Feb 7, 2009, 10:50:34 PM (17 years ago)
Author:
cmv
Message:

char* -> const char* pour regler les problemes de deprecated string const... + comparaison unsigned signed + suppression EVOL_PLANCK rz+cmv 07/02/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitsmanager.cc

    r3167 r3572  
    8080  int hfg = 0;
    8181  int bhfg = 0;
    82   int clev = 0;
     82  //unused: int clev = 0;
    8383  int blev = 0;
    8484  for(it = hlistp->begin(); it != hlistp->end(); it++) {
     
    196196      LONGLONG naxes[5] = {0,0,0,0,0};
    197197      int naxis=5;
    198       int imgtyp = is.GetImageHDUInfo(naxis, naxes);
     198      //unused: int imgtyp = is.GetImageHDUInfo(naxis, naxes);
    199199      os << ">> IMAGE_HDU:  naxis= " << naxis << " : ";
    200200      for(int i=0; i<naxis; i++) {
     
    212212      else os << ">> ASCII_TBL :  NRows= " << is.GetNbRows();
    213213      os << " x NCols= " << ncols << endl;
    214       for(int kk=0; kk<colnames.size(); kk++) {
     214      for(size_t kk=0; kk<colnames.size(); kk++) {
    215215        os << "Col[" << kk+1 << "]  Name= " << colnames[kk]
    216216             << " Type= " << FitsTypes::DataTypeToTypeString(coltypes[kk])
Note: See TracChangeset for help on using the changeset viewer.