Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f29d848 authored by Stephen Hines's avatar Stephen Hines Committed by android-build-merger
Browse files

Merge "Split increments to silence a compiler warning." am: 0f736495 am: 25b103a4

am: dc5b3513

* commit 'dc5b3513':
  Split increments to silence a compiler warning.

Change-Id: I872c5a0d55edd22aa20f5c28e6587c06ae57c96a
parents ae2c26cd dc5b3513
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -489,7 +489,8 @@ void Region::rasterizer::flushSpan()
                    merge = false;
                    break;
                }
                p++, q++;
                p++;
                q++;
            }
        }
    }