Re: [Mesa-dev] [PATCH 1/2] configure.ac: append to existing MSVC compat flags

2017-11-01 Thread Eric Engestrom
On Tuesday, 2017-10-31 19:26:32 +, Emil Velikov wrote: > From: Emil Velikov > > Currently we were overwriting the existing warning flags, instead of > adding new [as applicable]. > > Fixes e4b2b69e828 ("configure: Add and use AX_CHECK_COMPILE_FLAG") > Cc: Matt Turner > Signed-off-by: Emil V

Re: [Mesa-dev] [PATCH 1/2] configure.ac: append to existing MSVC compat flags

2017-10-31 Thread Matt Turner
Oops! Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 1/2] configure.ac: append to existing MSVC compat flags

2017-10-31 Thread Emil Velikov
From: Emil Velikov Currently we were overwriting the existing warning flags, instead of adding new [as applicable]. Fixes e4b2b69e828 ("configure: Add and use AX_CHECK_COMPILE_FLAG") Cc: Matt Turner Signed-off-by: Emil Velikov --- configure.ac | 8 1 file changed, 4 insertions(+), 4