Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Mosier <smosier@microsoft.com>2015-11-05 01:51:04 +0300
committerScott Mosier <smosier@microsoft.com>2015-11-20 03:06:03 +0300
commitc03d823a11f54e734e340813e6cd1e543ca448ef (patch)
tree9253c3230e07568377a5744ffd8c0932774a3989 /src/Native/Runtime/shash.h
parent896131b2af7bc8f3f01e56e391e9c186726f5c6f (diff)
Changes required to integrate code back into ProjectN tree
Diffstat (limited to 'src/Native/Runtime/shash.h')
-rw-r--r--src/Native/Runtime/shash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/shash.h b/src/Native/Runtime/shash.h
index 658df0698..52ee1e7f0 100644
--- a/src/Native/Runtime/shash.h
+++ b/src/Native/Runtime/shash.h
@@ -104,7 +104,7 @@ class DefaultSHashTraits
static bool IsNull(const ELEMENT &e) { return e == (const ELEMENT) 0; }
static bool IsDeleted(const ELEMENT &e) { return e == (const ELEMENT) -1; }
- static void OnFailure(FailureType ft) { }
+ static void OnFailure(FailureType /*ft*/) { }
// No defaults - must specify:
//