aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2014-06-24 01:23:58 +0200
committerBjörn-Egil Dahlberg <[email protected]>2014-07-15 17:36:05 +0200
commit211d9b31a73e30f44a428a2328b7705136f263d5 (patch)
treedc5b19ba30be01889ed6c6b2303a617a4800de34 /erts
parent21ac9c6c397b13ec0b981d75270327780eee5aac (diff)
downloadotp-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 'erts')
0 files changed, 0 insertions, 0 deletions