HomeFreeBSD

Work around gcc's inability to compile an incomplete type in googletest,

Description

Work around gcc's inability to compile an incomplete type in googletest,
leading to hundreds of lines of fairly unreadable error messages.

I don't think we particularly care about the specific source file gcc
dies on, and the many layers of macros and sub-types in googletest make
it very hard to diagnose whether this is a bug in googletest, gcc, clang
or libc++.

Details

Provenance
dimAuthored on
Parents
rS352335: Instead of disabling gcc's deprecated declaration warnings about e.g.
Branches
Unknown
Tags
Unknown