aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr
diff options
context:
space:
mode:
authorTim Rowley <[email protected]>2017-06-27 16:24:05 -0500
committerTim Rowley <[email protected]>2017-07-13 08:47:10 -0500
commit640ea4d9a196c183ea4d6130b5ce371280a89c3f (patch)
treef2afd5410e530edc3b584b31c988f5c0db755106 /src/gallium/drivers/swr
parent185b37f641ca7e9f66b649011cd77d1e4b28040f (diff)
swr/rast: Removing unneeded MSVC warning pragma
Reviewed-by: Bruce Cherniak <[email protected]>
Diffstat (limited to 'src/gallium/drivers/swr')
-rw-r--r--src/gallium/drivers/swr/rasterizer/core/pa.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/swr/rasterizer/core/pa.h b/src/gallium/drivers/swr/rasterizer/core/pa.h
index 77b4f7f59a9..d2e61096d14 100644
--- a/src/gallium/drivers/swr/rasterizer/core/pa.h
+++ b/src/gallium/drivers/swr/rasterizer/core/pa.h
@@ -668,8 +668,6 @@ struct PA_STATE_CUT : public PA_STATE
}
}
-// disabling buffer overrun warning for this function for what appears to be a bug in MSVC 2017
-PRAGMA_WARNING_PUSH_DISABLE(4789)
bool Assemble(uint32_t slot, simdvector *verts)
{
// process any outstanding verts
@@ -717,7 +715,6 @@ PRAGMA_WARNING_PUSH_DISABLE(4789)
return true;
}
-PRAGMA_WARNING_POP()
#if ENABLE_AVX512_SIMD16
bool Assemble_simd16(uint32_t slot, simd16vector verts[])