Skip to content

Commit 1981032

Browse files
committed
suppress srv
1 parent 1c32214 commit 1981032

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/game/shared/util_shared.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1837,10 +1837,8 @@ int UTIL_CalcFrustumThroughConvexPolygon( const Vector *pPolyVertices, int iPoly
18371837
i3 = (iMinSideFirstPoint + 1)%(iOldVertCount);
18381838
i4 = (iMinSideFirstPoint + 2)%(iOldVertCount);
18391839

1840-
#pragma warning(push)
1841-
#pragma warning(disable: 4459) // declaration of 'p4' hides global declaration
1840+
#pragma warning(suppress : 4459) // declaration of 'p4' hides global declaration
18421841
Vector *p1, *p2, *p3, *p4;
1843-
#pragma warning(pop)
18441842
p1 = &pClippedVerts[i1];
18451843
p2 = &pClippedVerts[i2];
18461844
p3 = &pClippedVerts[i3]; //this is the one we'll actually be dropping in the merge

0 commit comments

Comments
 (0)