Ticket #1115 (closed defect: invalid)

Opened 4 months ago

Last modified 4 months ago

[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

t1115-unused-variable-r.patch (714 bytes) - added by Echelon9 4 months ago.

Change History

Changed 4 months ago by Echelon9

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.