You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GCUndoManager.m, -perform
Implicit signedness conversion at lines 1331 and 1334--seems better to just declare "i" as NSUInteger, as that seems consistent with use.
The text was updated successfully, but these errors were encountered:
The while loop is OK I think--I added some discussion of overflow issues in the pull request. It all depends on how likely the method will be invoked on an empty group.
GCUndoManager.m, -perform
Implicit signedness conversion at lines 1331 and 1334--seems better to just declare "i" as NSUInteger, as that seems consistent with use.
The text was updated successfully, but these errors were encountered: