jsiicckk / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

processor fails to build on OS X (with gcc 4.2) #494

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
GCC 4.2 doesn't like -Werror=vla, so the build fails.

Original issue reported on code.google.com by ted.mielczarek on 10 Sep 2012 at 7:34

GoogleCodeExporter commented 9 years ago
Potential patch that doesn't seem to have adverse effects:

84,85c84
< @GCC_TRUE@    -Werror=unused-variable \
< @GCC_TRUE@    -Werror=vla
---
> @GCC_TRUE@    -Werror=unused-variable

Original comment by nathan.h...@gmail.com on 8 Feb 2013 at 2:38