Ignore:
Timestamp:
Apr 15, 2009, 10:07:30 AM (15 years ago)
Author:
dkearney
Message:

fixing compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/objects/plot/plot.cc

    r1386 r1397  
    3939    // number of curves in this plot
    4040    size_t curveCnt = p1->count();
     41    std::printf("curveCnt = %zu\n",curveCnt);
    4142
    4243    // retrieve curve from curve name
     
    5354    ylen = c->data(Rappture::Plot::yaxis,&ay);
    5455
    55     std::printf("xlen = %u\nylen = %u\n",xlen,ylen);
     56    std::printf("xlen = %zu\nylen = %zu\n",xlen,ylen);
    5657    std::printf("fmt = %s\n",c->propstr(Rappture::Plot::format,NULL));
    5758
Note: See TracChangeset for help on using the changeset viewer.