Skip to content

Commit 3386668

Browse files
authored
CPP-944: Fix test builds on aarch64 (#511)
The signed-ness of 'char' varies by platform. Fix tests that are constructing binary input data as 'char' arrays with negative literals by switching them over to 'signed char' arrays. https://datastax-oss.atlassian.net/browse/CPP-944
1 parent 1912da3 commit 3386668

3 files changed

Lines changed: 207 additions & 205 deletions

File tree

0 commit comments

Comments
 (0)