Closed GoogleCodeExporter closed 8 years ago
So if I'm reading that right, your problem is that it's telling you a string
(str_notification) is unused RIGHT NOW, but may not be in the future?
If so, that's not a bug.
Original comment by skenned...@gmail.com
on 6 Aug 2011 at 12:30
Thanks for your response.
My bug is, a string (str_notification) is USED right now in a function (such as
printLog() ...), but now this function (printLog()) is unused at the moment (I
temporary don't call this function, but will recall it later).
Original comment by x3c...@gmail.com
on 7 Aug 2011 at 7:38
Can you post the line of code that uses str_notification?
Original comment by skenned...@gmail.com
on 7 Aug 2011 at 1:30
Original issue reported on code.google.com by
minh.tri...@gmail.com
on 17 Jun 2011 at 3:11