Changeset 12967 for trunk/FACT++/gui


Ignore:
Timestamp:
02/29/12 10:30:19 (13 years ago)
Author:
tbretz
Message:
Fixed some trivial compiler warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.cc

    r12917 r12967  
    7171{
    7272    GLfloat color[3];
    73     int first, second;
     73    int first;
    7474    first = vertex-1;
    7575    if (first < 0)
     
    683683
    684684template <typename T>
    685 void RawDataViewer::getCalibrationDataForDisplay(const CalibDataTypes calibTypes,
     685void RawDataViewer::getCalibrationDataForDisplay(const CalibDataTypes/* calibTypes*/,
    686686                                                 const vector<T>& inputData,
    687687                                                 const int roi,
     
    750750    //hide the time markers
    751751    int nSlicesToRemove = 60;
    752     float* backupData;
     752    float* backupData = 0;
    753753    if (nRoiTM == 0) //they are written into the regular channel
    754754    {
Note: See TracChangeset for help on using the changeset viewer.