nightmare666 / google-breakpad

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

Code fails to compile on Centos 5.2 x64 with gcc 4.1.2 #501

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile breakpad on Centos 5.2 x64 with gcc 4.1.2 

What is the expected output? What do you see instead?

Code does not compile

What version of the product are you using? On what operating system?

svn id 1072 from read-only svn. Centos 5.2 x64

Please provide any additional information below.

If I comment out these extra flags below, compilation is successful, and I am 
able to successfully use breakpad.

am__append_2 = \
        -Werror=non-virtual-dtor \
        -Werror=vla \
        -Werror=unused-variable \
        -Werror=missing-braces \
        -Werror=overloaded-virtual

Original issue reported on code.google.com by shash...@gmail.com on 18 Oct 2012 at 10:57

GoogleCodeExporter commented 9 years ago
Is this bug 489?

Original comment by thestig@chromium.org on 18 Oct 2012 at 11:03

GoogleCodeExporter commented 9 years ago
Yes. Can be marked duplicate.

Original comment by shash...@gmail.com on 18 Oct 2012 at 11:19

GoogleCodeExporter commented 9 years ago

Original comment by thestig@chromium.org on 18 Oct 2012 at 11:21