Changeset 20095 for trunk/Mars/mtools


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/mtools/MagicDomino.h

    r9369 r20095  
    3535        kUserBits    = 0x7fc000, // 14-23 are allowed
    3636
     37#pragma GCC diagnostic push
     38#pragma GCC diagnostic ignored "-Wshadow"
    3739        kBottomLeft  = kBottom|kLeft,
    3840        kBottomRight = kBottom|kRight,
    3941        kTopLeft     = kTop|kLeft,
    4042        kTopRight    = kTop|kRight
     43#pragma GCC diagnostic pop
    4144
    4245    };
Note: See TracChangeset for help on using the changeset viewer.