Changeset 20095 for trunk/Mars/mbase
- Timestamp:
- 05/07/21 12:35:29 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mbase/MLog.h
r14443 r20095 40 40 }; 41 41 42 #pragma GCC diagnostic push 43 #pragma GCC diagnostic ignored "-Wshadow" 42 44 enum ELogType { 43 45 kDefault, … … 45 47 kBlackWhite 46 48 }; 49 #pragma GCC diagnostic pop 47 50 48 51 private:
Note:
See TracChangeset
for help on using the changeset viewer.