google / googletest

GoogleTest - Google Testing and Mocking Framework
https://google.github.io/googletest/
BSD 3-Clause "New" or "Revised" License
34.69k stars 10.13k forks source link

Unsupported flag in cmake for gcc 3.4 #695

Closed ihsandemir closed 6 years ago

ihsandemir commented 8 years ago

-Wno-missing-field-initializers flag in file googletest/googletest/cmake/internal_utils.cmake is not supported for gcc version 3.4 . This should be handled.

hellow554 commented 8 years ago

Your Compiler is over 10 years old. How about updating it?!

ihsandemir commented 8 years ago

Hello,

Due to backward compatibility, we can not upgrade the compiler. I don't see in your documentation what is the minimum supported version of gcc and i assumed that it needs to support gcc 3.4 since it claims to support CPP98 standard.