Opened 12 years ago

Closed 12 years ago

#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: Patch:

Description

Resolving an unused variable warning (the only one left on Mac OS X with LLVM), done via the UNUSED() macro

Attachments (1)

t1115-unused-variable-r.patch (714 bytes ) - added by Echelon9 12 years ago.

Download all attachments as: .zip

Change History (2)

by Echelon9, 12 years ago

comment:1 by historic_bruno, 12 years ago

Keywords: review removed
Milestone: Alpha 9
Resolution: invalid
Status: newclosed

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.