[Mesa-dev] [PATCH 3/4] configure.ac: warn when declarations follow code

2013-06-26 Thread Brian Paul
Since it's an error with MSVC. --- configure.ac |5 + 1 file changed, 5 insertions(+) diff --git a/configure.ac b/configure.ac index 6832b0d..16f11aa 100644 --- a/configure.ac +++ b/configure.ac @@ -209,6 +209,11 @@ if test x$GCC = xyes; then #

Re: [Mesa-dev] [PATCH 3/4] configure.ac: warn when declarations follow code

2013-06-26 Thread Jose Fonseca
Several components are never expected to be built with MSVC (glx, most dri drivers), so this would put (most likely undesired) burden on those maintainers. I suspect we'll need to do this on a per directory basis... Jose - Original Message - Since it's an error with MSVC. ---

Re: [Mesa-dev] [PATCH 3/4] configure.ac: warn when declarations follow code

2013-06-26 Thread Jose Fonseca
The other patches look fine though. Jose - Original Message - Several components are never expected to be built with MSVC (glx, most dri drivers), so this would put (most likely undesired) burden on those maintainers. I suspect we'll need to do this on a per directory basis...