On Sun, Jan 15, 2012 at 5:23 PM, David Blaikie <[email protected]> wrote:
> On Sun, Jan 15, 2012 at 1:03 AM, Chandler Carruth <[email protected]> > wrote: > > Author: chandlerc > > Date: Sun Jan 15 03:03:45 2012 > > New Revision: 148212 > > > > URL: http://llvm.org/viewvc/llvm-project?rev=148212&view=rev > > Log: > > Two variables had been added for an assert, but their values were > > re-computed rather than the variables be re-used just after the assert. > > Just use the variables since we have them already. Fixes an unused > > variable warning. > > Thanks Chandler - attached are some patches for a few other release > unused variable warnings if you think they're the right fixes. Yes, these are fine. Feel free to commit, and similar obvious simplifications which reduce warnings.
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
