| Index: src/pathops/SkPathOpsTSect.h
|
| diff --git a/src/pathops/SkPathOpsTSect.h b/src/pathops/SkPathOpsTSect.h
|
| index 5f2730a832d9ae75df3c0172104e9e60604ad24c..b709a602e3ddb4c5a85ff958e27e35f9f4a85fae 100644
|
| --- a/src/pathops/SkPathOpsTSect.h
|
| +++ b/src/pathops/SkPathOpsTSect.h
|
| @@ -1022,7 +1022,7 @@ SkTSpan<TCurve>* SkTSect<TCurve>::extractCoincident(SkTSect* sect2, SkTSpan<TCur
|
| }
|
| // march outwards to find limit of coincidence from here to previous and next spans
|
| double startT = first->fStartT;
|
| - double oppStartT;
|
| + double oppStartT SK_INIT_TO_AVOID_WARNING;
|
| double oppEndT SK_INIT_TO_AVOID_WARNING;
|
| SkTSpan<TCurve>* prev = first->fPrev;
|
| SkASSERT(first->fCoinStart.isCoincident());
|
|
|