diff options
| author | Björn-Egil Dahlberg <[email protected]> | 2014-06-24 01:23:58 +0200 |
|---|---|---|
| committer | Björn-Egil Dahlberg <[email protected]> | 2014-07-15 17:36:05 +0200 |
| commit | 211d9b31a73e30f44a428a2328b7705136f263d5 (patch) | |
| tree | dc5b19ba30be01889ed6c6b2303a617a4800de34 /lib/stdlib/test/stdlib.cover | |
| parent | 21ac9c6c397b13ec0b981d75270327780eee5aac (diff) | |
| download | otp-211d9b31a73e30f44a428a2328b7705136f263d5.tar.gz otp-211d9b31a73e30f44a428a2328b7705136f263d5.tar.bz2 otp-211d9b31a73e30f44a428a2328b7705136f263d5.zip | |
odbc: Suppress signedness warnings for 'char *'
Three different pointer types are used for strings.
SQLCHAR pointer - used against ODBC driver
char pointer - used against erl_interface
byte pointer - used internally
SQLCHAR is 'unsigned char' while erl_interface is 'signed char'
byte pointer should probably not be used at all.
Diffstat (limited to 'lib/stdlib/test/stdlib.cover')
0 files changed, 0 insertions, 0 deletions
