Opened 11 years ago
Closed 11 years ago
#5747 closed Bugs (fixed)
[geometry] unused variable warning
Reported by: | Owned by: | Barend Gehrels | |
---|---|---|---|
Milestone: | Boost 1.48.0 | Component: | geometry |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
environment: GCC 4.6 -std=c++0x -Wall
/boost/geometry/algorithms/detail/overlay/get_turns.hpp:539:18: warning: variable 'current_side' set but not used [-Wunused-but-set-variable] /boost/geometry/algorithms/detail/overlay/get_turns.hpp:522:14: warning: variable 'previous_side' set but not used [-Wunused-but-set-variable]
Change History (1)
comment:1 by , 11 years ago
Milestone: | To Be Determined → Boost 1.48.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in revision: 74202