Commit 3386668
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-9441 parent 1912da3 commit 3386668
3 files changed
Lines changed: 207 additions & 205 deletions
0 commit comments