Changeset 20095 for trunk/Mars/mpointing


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/mpointing/MSrcPosCalc.h

    r9613 r20095  
    2525{
    2626public:
     27#pragma GCC diagnostic push
     28#pragma GCC diagnostic ignored "-Wshadow"
    2729    enum Mode_t {
    2830        kDefault = 0,   // Set source position to on-position
     
    3133        kFixed   = 3    // Set source position to predefined fFixedPos
    3234    };
     35#pragma GCC diagnostic pop
    3336private:
    3437    enum {
Note: See TracChangeset for help on using the changeset viewer.