зеркало из https://github.com/SixLabors/Shapes.git
drop warinings as errors for now
This commit is contained in:
Родитель
820e054480
Коммит
083c5f4013
|
@ -140,12 +140,6 @@ namespace Shaper2D.PolygonClipper
|
|||
continue;
|
||||
}
|
||||
|
||||
//can't have only 2 verticies
|
||||
//if (edge.PreviousEdge == edge.NextEdge)
|
||||
//{
|
||||
// break; // only two vertices
|
||||
//}
|
||||
|
||||
if (SlopesEqual(edge.PreviousEdge.Current, edge.Current, edge.NextEdge.Current))
|
||||
{
|
||||
// Collinear edges are allowed for open paths but in closed paths
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"configurations": {
|
||||
"Release": {
|
||||
"buildOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"warningsAsErrors": false,
|
||||
"optimize": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"configurations": {
|
||||
"Release": {
|
||||
"buildOptions": {
|
||||
"warningsAsErrors": true
|
||||
"warningsAsErrors": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче