summaryrefslogtreecommitdiff
path: root/src/include/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/error.h')
-rw-r--r--src/include/error.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/error.h b/src/include/error.h
index c338acb370f..465ab4fa859 100644
--- a/src/include/error.h
+++ b/src/include/error.h
@@ -1,12 +1,12 @@
/*-
- * Copyright (c) 2014-2016 MongoDB, Inc.
+ * Copyright (c) 2014-2017 MongoDB, Inc.
* Copyright (c) 2008-2014 WiredTiger, Inc.
* All rights reserved.
*
* See the file LICENSE for redistribution information.
*/
-#define WT_DEBUG_POINT ((void *)0xdeadbeef)
+#define WT_DEBUG_POINT ((void *)(uintptr_t)0xdeadbeef)
#define WT_DEBUG_BYTE (0xab)
/* In DIAGNOSTIC mode, yield in places where we want to encourage races. */