swr/rast: Removing unneeded MSVC warning pragma
authorTim Rowley <timothy.o.rowley@intel.com>
Tue, 27 Jun 2017 21:24:05 +0000 (16:24 -0500)
committerTim Rowley <timothy.o.rowley@intel.com>
Thu, 13 Jul 2017 13:47:10 +0000 (08:47 -0500)
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
src/gallium/drivers/swr/rasterizer/core/pa.h

index 77b4f7f59a9b141e44f6bfe1b72cbbb2f56f73b9..d2e61096d1439bb724049e231906980edfbcd651 100644 (file)
@@ -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[])