Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed|Release: Compiler warning (unused argument)
  • Loading branch information
skyjake committed Nov 6, 2014
1 parent 9b8f7ed commit f4c5c4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/client/src/world/sectorcluster.cpp
Expand Up @@ -1186,6 +1186,7 @@ void SectorCluster::applyBiasDigest(BiasDigest &allChanges)
// Presently we define a 1:1 mapping to geometry vertices.
static int countIlluminationPoints(MapElement &mapElement, int group)
{
DENG2_UNUSED(group); // just assert
switch(mapElement.type())
{
case DMU_SUBSPACE: {
Expand Down

0 comments on commit f4c5c4e

Please sign in to comment.