dimahardie / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

linked_ptr.h:131:10: warning: unused variable 'last' #373

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In file included from 
/Users/az/Programmierung/openlierox/libs/breakpad/src/processor/basic_s
ource_line_resolver.cc:132:
/Users/az/Programmierung/openlierox/./libs/breakpad/src/processor/linked
_ptr.h:131:10: warning: unused variable 'last' [-Wunused-variable]
    bool last = link_.depart();
         ^
1 diagnostic generated.

Original issue reported on code.google.com by albzey on 23 Feb 2010 at 12:52

GoogleCodeExporter commented 9 years ago
It appears this problem has been fixed since it was reported.  Please verify.

Original comment by jessicag...@gmail.com on 9 Sep 2010 at 8:49