summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapmark.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mapmark.cc')
-rw-r--r--crawl-ref/source/mapmark.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mapmark.cc b/crawl-ref/source/mapmark.cc
index 3ecbe9afd1..d1ea2d624a 100644
--- a/crawl-ref/source/mapmark.cc
+++ b/crawl-ref/source/mapmark.cc
@@ -762,6 +762,7 @@ void map_markers::read(reader &inf, int minorVersion)
{
const long cooky = unmarshallLong(inf);
ASSERT(cooky == MARKERS_COOKY);
+ UNUSED(cooky);
}
const int nmarkers = unmarshallShort(inf);