summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-12-31 15:11:01 -0500
committerKeith Bostic <keith@wiredtiger.com>2015-12-31 15:11:01 -0500
commitf73041042f6c17f5d33eb380f28614242f59dd04 (patch)
treeccb7064e8a531d30d34589490f23963e367ce418 /test
parent6e95d83bb86b40d15429af3db09993c7cb7a1f67 (diff)
downloadmongo-f73041042f6c17f5d33eb380f28614242f59dd04.tar.gz
error: assignment discards "const" qualifier from pointer target type
[-Werror=discarded-qualifiers]
Diffstat (limited to 'test')
-rw-r--r--test/format/format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/format/format.h b/test/format/format.h
index 88300c28292..01d3a03be7f 100644
--- a/test/format/format.h
+++ b/test/format/format.h
@@ -178,7 +178,7 @@ typedef struct {
uint32_t c_checkpoints;
char *c_checksum;
uint32_t c_chunk_size;
- char *c_compression;
+ const char *c_compression;
char *c_encryption;
char *c_config_open;
uint32_t c_data_extend;