Changeset 20095 for trunk/Mars/manalysis


Ignore:
Timestamp:
05/07/21 12:35:29 (4 years ago)
Author:
tbretz
Message:
Oh great master of the root universe, thanks for you namepace polution.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/manalysis/MMatrixLoop.h

    r6924 r20095  
    1111{
    1212public:
     13#pragma GCC diagnostic push
     14#pragma GCC diagnostic ignored "-Wshadow"
    1315    enum OperationMode_t {
    1416        kDefault,
     
    1618        kOdd
    1719    };
     20#pragma GCC diagnostic pop
     21
    1822private:
    1923    // MMatrixLoop
Note: See TracChangeset for help on using the changeset viewer.