From 73caeb4198e8321a6de37934b1120779469cae89 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Mon, 12 Oct 2009 06:26:57 -0700 Subject: project-wide: fix msvc compile breakage MSVC is like a chimp with Down's syndrome. Signed-off-by: Steven Noonan --- crawl-ref/source/files.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/files.cc') diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc index 2e627db619..303ea417d6 100644 --- a/crawl-ref/source/files.cc +++ b/crawl-ref/source/files.cc @@ -482,7 +482,7 @@ bool is_read_safe_path(const std::string &path) { assert_read_safe_path(path); } - catch (const std::string &err) + catch (const std::string &) { return (false); } -- cgit v1.2.3-54-g00ecf