Ticket #1115 (closed defect: invalid)
[PATCH] Unused variable in function CCmpObstructionManager::FindMostImportantObstruction
| Reported by: | Echelon9 | Owned by: | |
|---|---|---|---|
| Priority: | Should Have | Milestone: | |
| Component: | Core engine | Keywords: | unused |
| Cc: |
Description
Resolving an unused variable warning (the only one left on Mac OS X with LLVM), done via the UNUSED() macro
Attachments
Change History
comment:1 Changed 4 months ago by historic_bruno
- Keywords review, removed
- Status changed from new to closed
- Resolution set to invalid
- Milestone Alpha 9 deleted
This is actually intentionally left without UNUSED, so it causes a warning and we're constantly reminded that it needs to be implemented. At least that's the rationale, whether it works in practice is debatable :)
Note: See
TracTickets for help on using
tickets.
