DescriptionC++ code generated by generate_bindings.py was assigning a variable withing in if() statement (Visual Studio 2010 warning C4706).
I moved the assignment of the variable to the line before the if() statement so that the assignment of the variable happens outside of the if() statement.
Additionally, I added myself to the AUTHORS file. I filled out the Contributor License Agreement a while back, but didn't add myself to AUTHORS at that point.
BUG=chromium:81439
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=129479
Patch Set 1 #Patch Set 2 : #Messages
Total messages: 11 (0 generated)
|