summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/arena.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-01-07 01:19:54 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-01-07 01:19:54 +0100
commitb65933317bb0002e9ea22779a614e334e1642ece (patch)
treee8ffa606bc996963b4df456542564633b496d6b4 /crawl-ref/source/arena.h
parent9c74024aaf04347ceea56318579550b3a7103532 (diff)
downloadcrawl-ref-b65933317bb0002e9ea22779a614e334e1642ece.tar.gz
crawl-ref-b65933317bb0002e9ea22779a614e334e1642ece.zip
Follow the advice of gcc-4.6 -Wsuggest-attribute=noreturn
Diffstat (limited to 'crawl-ref/source/arena.h')
-rw-r--r--crawl-ref/source/arena.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/arena.h b/crawl-ref/source/arena.h
index 2cd5a98afc..903f054857 100644
--- a/crawl-ref/source/arena.h
+++ b/crawl-ref/source/arena.h
@@ -14,7 +14,7 @@ struct mgen_data;
struct coord_def;
-void run_arena(const std::string& teams);
+noreturn void run_arena(const std::string& teams);
monster_type arena_pick_random_monster(const level_id &place, int power,
int &lev_mons);