diff options
Diffstat (limited to 'tools/expected_distributions.h')
| -rw-r--r-- | tools/expected_distributions.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/expected_distributions.h b/tools/expected_distributions.h index 7f33335..12faf1d 100644 --- a/tools/expected_distributions.h +++ b/tools/expected_distributions.h | |||
| @@ -197,7 +197,7 @@ check_table(uint64_t *exp, tableinfo_t *info) | |||
| 197 | } | 197 | } |
| 198 | 198 | ||
| 199 | static bool | 199 | static bool |
| 200 | check_cocsep(size_t data_size, const void *data) | 200 | check_cocsep(size_t data_size, const unsigned char *data) |
| 201 | { | 201 | { |
| 202 | tableinfo_t info; | 202 | tableinfo_t info; |
| 203 | 203 | ||
| @@ -219,7 +219,11 @@ unknown_h48(uint8_t h, uint8_t k) | |||
| 219 | } | 219 | } |
| 220 | 220 | ||
| 221 | STATIC bool | 221 | STATIC bool |
| 222 | check_distribution(const char *solver, size_t data_size, const void *data) | 222 | check_distribution( |
| 223 | const char *solver, | ||
| 224 | size_t data_size, | ||
| 225 | const unsigned char *data | ||
| 226 | ) | ||
| 223 | { | 227 | { |
| 224 | const char *str; | 228 | const char *str; |
| 225 | tableinfo_t info = {0}; | 229 | tableinfo_t info = {0}; |
