Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
This commit is contained in:
parent
5b7f62af55
commit
0103af1ddd
240 changed files with 3390 additions and 3431 deletions
4
thirdparty/misc/polypartition.h
vendored
4
thirdparty/misc/polypartition.h
vendored
|
|
@ -71,8 +71,8 @@ class TPPLPoly {
|
|||
return hole;
|
||||
}
|
||||
|
||||
void SetHole(bool hole) {
|
||||
this->hole = hole;
|
||||
void SetHole(bool p_hole) {
|
||||
this->hole = p_hole;
|
||||
}
|
||||
|
||||
TPPLPoint &GetPoint(long i) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue