Re: [Mesa-dev] [PATCH 2/2] mesa: remove MSVC warning pragmas
Acked-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev
[Mesa-dev] [PATCH 2/2] mesa: remove MSVC warning pragmas
Removing this block of pragmas doesn't seem to increase the number of warning generated by MSVC. Other than signed/unsigned comparison warnings there's very few other warnings nowadays. --- src/mesa/main/compiler.h | 20 1 file changed, 20 deletions(-) diff --git a/src/mesa/