-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix compiler warnings - Pause locks were made obsolete, but moving from them would require extra work and time - disabling warning for it. - Fields marked with `MpCompatSyncField` are considered never assigned to if private or internal. Can be fixed by making them public or protected (including private protected and internal protected). Both public and protected internal would allow them to be accessed from other types, while protected and private protected would be basically identical (due to us never needing to make a subtype of any of our patch types). * Include SimpleSidearms change as well
- Loading branch information
1 parent
4478107
commit f6d2048
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters