Re: [Piglit] [PATCH 7/7] cmake: Warn when variable length arrays are used.

2014-11-07 Thread Emil Velikov
On 07/11/14 14:21, jfons...@vmware.com wrote: > From: José Fonseca > > As these are not supported on MSVC, not even MSVC 2013 since it only has > library support for C99, it doesn't actually support C99 syntax. > I do recall that msvc2013 just errors out in such cases, yet I've not seen any issu

[Piglit] [PATCH 7/7] cmake: Warn when variable length arrays are used.

2014-11-07 Thread jfonseca
From: José Fonseca As these are not supported on MSVC, not even MSVC 2013 since it only has library support for C99, it doesn't actually support C99 syntax. Suggested by Jan Vesely. --- CMakeLists.txt | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMak