scylladb / cpp-rust-driver

API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for Rust driver.
GNU Lesser General Public License v2.1
13 stars 11 forks source link

Cast to `*const c_char` instead of `*const i8` #83

Closed Gor027 closed 1 year ago

Gor027 commented 1 year ago

Fixes build error on many processors for which c_char is an alias for unsigned such as ARM, aarch64, hexagon, etc.

Pre-review checklist