Changeset 20095 for trunk/Mars/mbase


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/mbase/MLog.h

    r14443 r20095  
    4040    };
    4141
     42#pragma GCC diagnostic push
     43#pragma GCC diagnostic ignored "-Wshadow"
    4244    enum ELogType {
    4345        kDefault,
     
    4547        kBlackWhite
    4648    };
     49#pragma GCC diagnostic pop
    4750
    4851private:
Note: See TracChangeset for help on using the changeset viewer.