What is googletest ? Its aufully messy warnings wise on Cygwin. Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090219/8de0a211/attachment.html>
> What is googletest ?Framework for units tests in llvm. http://code.google.com/p/googletest/> Its aufully messy warnings wise on Cygwin.If you have gcc 3.X you are going to get a bunch of warnings. What gcc are you using? -Tanya
On Thu, Feb 19, 2009 at 12:53 PM, Tanya M. Lattner <tonic at nondot.org> wrote:>> Its aufully messy warnings wise on Cygwin. > > If you have gcc 3.X you are going to get a bunch of warnings. What gcc are > you using?Cygwin still packages gcc 3.4, AFAIK. -Eli
On Feb 19, 2009, at 12:53 PM, Tanya M. Lattner wrote:>> Its aufully messy warnings wise on Cygwin. > > If you have gcc 3.X you are going to get a bunch of warnings.Since we don't develop googletest, we could use -w as a compilation flag on the bits we don't care about or maintain.
On Thu, Feb 19, 2009 at 8:53 PM, Tanya M. Lattner <tonic at nondot.org> wrote:> > > What is googletest ? > > Framework for units tests in llvm. > http://code.google.com/p/googletest/ > > > Its aufully messy warnings wise on Cygwin. > > If you have gcc 3.X you are going to get a bunch of warnings. What gcc are > you using?Yes 3.4.4, its not too bad though.> > -Tanya > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090219/a52017de/attachment.html>