Changeset 2163 for trunk/src/STAttr.cpp


Ignore:
Timestamp:
05/10/11 15:02:56 (13 years ago)
Author:
Malte Marquarding
Message:

Remove various compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STAttr.cpp

    r1618 r2163  
    5252}
    5353
    54 STAttr::STAttr(const STAttr& other)
    55 {
     54STAttr::STAttr(const STAttr& other):
     55  Logger()
     56{
     57  (void) other; //suppress unused warning
    5658   initData();                     // state just private 'static' data
    5759}
Note: See TracChangeset for help on using the changeset viewer.