[google/google-main] Fix for unused variable warning in libgcov.c (issue6052049)

2012-04-17 Thread Teresa Johnson
I have a patch to fix a compile time warning about an unused variable due to the use being guarded by #ifndef __GCOV_KERNEL__. Tested with bootstrap. Ok for google-main? Teresa 2012-04-17 Teresa Johnson tejohn...@google.com Google ref b/5910724. * libgcc/libgcov.c

Re: [google/google-main] Fix for unused variable warning in libgcov.c (issue6052049)

2012-04-17 Thread Xinliang David Li
ok. David On Tue, Apr 17, 2012 at 11:40 AM, Teresa Johnson tejohn...@google.com wrote: I have a patch to fix a compile time warning about an unused variable due to the use being guarded by #ifndef __GCOV_KERNEL__. Tested with bootstrap. Ok for google-main? Teresa 2012-04-17   Teresa