Divad1111 / 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

Closed GoogleCodeExporter closed 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

GoogleCodeExporter commented 9 years ago
OS X doesn't even ship GCC anymore, and it builds fine with clang.

Original comment by ted.mielczarek on 6 Oct 2015 at 12:34

GoogleCodeExporter commented 9 years ago
Issue 518 has been merged into this issue.

Original comment by ted.mielczarek on 6 Oct 2015 at 12:46