Changeset 20095 for trunk/Mars/mtools
- Timestamp:
- 05/07/21 12:35:29 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mtools/MagicDomino.h
r9369 r20095 35 35 kUserBits = 0x7fc000, // 14-23 are allowed 36 36 37 #pragma GCC diagnostic push 38 #pragma GCC diagnostic ignored "-Wshadow" 37 39 kBottomLeft = kBottom|kLeft, 38 40 kBottomRight = kBottom|kRight, 39 41 kTopLeft = kTop|kLeft, 40 42 kTopRight = kTop|kRight 43 #pragma GCC diagnostic pop 41 44 42 45 };
Note:
See TracChangeset
for help on using the changeset viewer.