Comment 3 for bug 1094650

Revision history for this message
Sam Spilsbury (smspillaz) wrote :

Hmm, nope, upon checking the error again it happens when compiling C too.

The problem is that this is not a standard compiler flag that we are tripping over, -Wno-unused-local-typedefs is not supported in clang or earlier versions of gcc. So we might have to add some nasty compiler detection :(