2022-06-24 14:12 ftp://ftp.de.debian.org/debian/pool/main/p/psqlodbc/psqlodbc_13.02.0000.orig.tar.gz cppcheck-options: --library=posix --library=gnu --showtime=top5 --check-library --inconclusive --enable=style,information --template=daca2 -D__GNUC__ --platform=unix64 -rp=temp -j2 platform: Linux-5.4.0-110-generic-x86_64-with-glibc2.29 python: 3.8.10 client-version: 1.3.24 compiler: g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 cppcheck: head 2.8 head-info: 11860cc (2022-06-24 13:55:04 +0200) count: 466 466 elapsed-time: 102.3 174.5 head-timing-info: Overall time: 0s old-timing-info: Overall time: 0s head results: psqlodbc-13.02.0000/columninfo.c:152:41: style:inconclusive: Function 'CI_set_field_info' argument 6 names different: declaration 'atttypmod' definition 'new_atttypmod'. [funcArgNamesDifferent] psqlodbc-13.02.0000/columninfo.h:51:41: note: Function 'CI_set_field_info' argument 6 names different: declaration 'atttypmod' definition 'new_atttypmod'. psqlodbc-13.02.0000/columninfo.c:152:41: note: Function 'CI_set_field_info' argument 6 names different: declaration 'atttypmod' definition 'new_atttypmod'. psqlodbc-13.02.0000/columninfo.c:61:28: style: Variable 'new_relid' is assigned a value that is never used. [unreadVariable] psqlodbc-13.02.0000/columninfo.c:61:43: style: Variable 'new_attid' is assigned a value that is never used. [unreadVariable] psqlodbc-13.02.0000/columninfo.c:63:22: style: Variable 'new_atttypmod' is assigned a value that is never used. [unreadVariable] psqlodbc-13.02.0000/bind.c:147:21: style:inconclusive: Function 'PGAPI_BindCol' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:38:37: note: Function 'PGAPI_BindCol' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/bind.c:147:21: note: Function 'PGAPI_BindCol' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/bind.c:148:19: style:inconclusive: Function 'PGAPI_BindCol' argument 2 names different: declaration 'ColumnNumber' definition 'icol'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:39:19: note: Function 'PGAPI_BindCol' argument 2 names different: declaration 'ColumnNumber' definition 'icol'. psqlodbc-13.02.0000/bind.c:148:19: note: Function 'PGAPI_BindCol' argument 2 names different: declaration 'ColumnNumber' definition 'icol'. psqlodbc-13.02.0000/bind.c:149:18: style:inconclusive: Function 'PGAPI_BindCol' argument 3 names different: declaration 'TargetType' definition 'fCType'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:39:45: note: Function 'PGAPI_BindCol' argument 3 names different: declaration 'TargetType' definition 'fCType'. psqlodbc-13.02.0000/bind.c:149:18: note: Function 'PGAPI_BindCol' argument 3 names different: declaration 'TargetType' definition 'fCType'. psqlodbc-13.02.0000/bind.c:150:10: style:inconclusive: Function 'PGAPI_BindCol' argument 4 names different: declaration 'TargetValue' definition 'rgbValue'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:40:10: note: Function 'PGAPI_BindCol' argument 4 names different: declaration 'TargetValue' definition 'rgbValue'. psqlodbc-13.02.0000/bind.c:150:10: note: Function 'PGAPI_BindCol' argument 4 names different: declaration 'TargetValue' definition 'rgbValue'. psqlodbc-13.02.0000/bind.c:151:13: style:inconclusive: Function 'PGAPI_BindCol' argument 5 names different: declaration 'BufferLength' definition 'cbValueMax'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:40:30: note: Function 'PGAPI_BindCol' argument 5 names different: declaration 'BufferLength' definition 'cbValueMax'. psqlodbc-13.02.0000/bind.c:151:13: note: Function 'PGAPI_BindCol' argument 5 names different: declaration 'BufferLength' definition 'cbValueMax'. psqlodbc-13.02.0000/bind.c:152:15: style:inconclusive: Function 'PGAPI_BindCol' argument 6 names different: declaration 'StrLen_or_Ind' definition 'pcbValue'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:41:14: note: Function 'PGAPI_BindCol' argument 6 names different: declaration 'StrLen_or_Ind' definition 'pcbValue'. psqlodbc-13.02.0000/bind.c:152:15: note: Function 'PGAPI_BindCol' argument 6 names different: declaration 'StrLen_or_Ind' definition 'pcbValue'. psqlodbc-13.02.0000/bind.c:489:38: style:inconclusive: Function 'extend_parameter_bindings' argument 1 names different: declaration 'opts' definition 'self'. [funcArgNamesDifferent] psqlodbc-13.02.0000/bind.h:115:43: note: Function 'extend_parameter_bindings' argument 1 names different: declaration 'opts' definition 'self'. psqlodbc-13.02.0000/bind.c:489:38: note: Function 'extend_parameter_bindings' argument 1 names different: declaration 'opts' definition 'self'. psqlodbc-13.02.0000/bind.c:522:39: style:inconclusive: Function 'extend_iparameter_bindings' argument 1 names different: declaration 'opts' definition 'self'. [funcArgNamesDifferent] psqlodbc-13.02.0000/bind.h:116:44: note: Function 'extend_iparameter_bindings' argument 1 names different: declaration 'opts' definition 'self'. psqlodbc-13.02.0000/bind.c:522:39: note: Function 'extend_iparameter_bindings' argument 1 names different: declaration 'opts' definition 'self'. psqlodbc-13.02.0000/bind.c:556:38: style:inconclusive: Function 'reset_a_parameter_binding' argument 1 names different: declaration 'opts' definition 'self'. [funcArgNamesDifferent] psqlodbc-13.02.0000/bind.h:117:43: note: Function 'reset_a_parameter_binding' argument 1 names different: declaration 'opts' definition 'self'. psqlodbc-13.02.0000/bind.c:556:38: note: Function 'reset_a_parameter_binding' argument 1 names different: declaration 'opts' definition 'self'. psqlodbc-13.02.0000/bind.c:576:39: style:inconclusive: Function 'reset_a_iparameter_binding' argument 1 names different: declaration 'opts' definition 'self'. [funcArgNamesDifferent] psqlodbc-13.02.0000/bind.h:118:44: note: Function 'reset_a_iparameter_binding' argument 1 names different: declaration 'opts' definition 'self'. psqlodbc-13.02.0000/bind.c:576:39: note: Function 'reset_a_iparameter_binding' argument 1 names different: declaration 'opts' definition 'self'. psqlodbc-13.02.0000/bind.c:595:39: style:inconclusive: Function 'CountParameters' argument 1 names different: declaration 'stmt' definition 'self'. [funcArgNamesDifferent] psqlodbc-13.02.0000/bind.h:119:43: note: Function 'CountParameters' argument 1 names different: declaration 'stmt' definition 'self'. psqlodbc-13.02.0000/bind.c:595:39: note: Function 'CountParameters' argument 1 names different: declaration 'stmt' definition 'self'. psqlodbc-13.02.0000/bind.c:595:51: style:inconclusive: Function 'CountParameters' argument 2 names different: declaration 'inCount' definition 'inputCount'. [funcArgNamesDifferent] psqlodbc-13.02.0000/bind.h:119:55: note: Function 'CountParameters' argument 2 names different: declaration 'inCount' definition 'inputCount'. psqlodbc-13.02.0000/bind.c:595:51: note: Function 'CountParameters' argument 2 names different: declaration 'inCount' definition 'inputCount'. psqlodbc-13.02.0000/bind.c:641:28: style:inconclusive: Function 'APD_free_params' argument 1 names different: declaration 'self' definition 'apdopts'. [funcArgNamesDifferent] psqlodbc-13.02.0000/descriptor.h:213:33: note: Function 'APD_free_params' argument 1 names different: declaration 'self' definition 'apdopts'. psqlodbc-13.02.0000/bind.c:641:28: note: Function 'APD_free_params' argument 1 names different: declaration 'self' definition 'apdopts'. psqlodbc-13.02.0000/bind.c:696:28: style:inconclusive: Function 'IPD_free_params' argument 1 names different: declaration 'self' definition 'ipdopts'. [funcArgNamesDifferent] psqlodbc-13.02.0000/descriptor.h:214:33: note: Function 'IPD_free_params' argument 1 names different: declaration 'self' definition 'ipdopts'. psqlodbc-13.02.0000/bind.c:696:28: note: Function 'IPD_free_params' argument 1 names different: declaration 'self' definition 'ipdopts'. psqlodbc-13.02.0000/bind.c:713:35: style:inconclusive: Function 'extend_column_bindings' argument 1 names different: declaration 'opts' definition 'self'. [funcArgNamesDifferent] psqlodbc-13.02.0000/bind.h:113:40: note: Function 'extend_column_bindings' argument 1 names different: declaration 'opts' definition 'self'. psqlodbc-13.02.0000/bind.c:713:35: note: Function 'extend_column_bindings' argument 1 names different: declaration 'opts' definition 'self'. psqlodbc-13.02.0000/bind.c:766:35: style:inconclusive: Function 'reset_a_column_binding' argument 1 names different: declaration 'opts' definition 'self'. [funcArgNamesDifferent] psqlodbc-13.02.0000/bind.h:114:40: note: Function 'reset_a_column_binding' argument 1 names different: declaration 'opts' definition 'self'. psqlodbc-13.02.0000/bind.c:766:35: note: Function 'reset_a_column_binding' argument 1 names different: declaration 'opts' definition 'self'. psqlodbc-13.02.0000/bind.c:813:37: style:inconclusive: Function 'GDATA_unbind_cols' argument 1 names different: declaration 'gdata' definition 'self'. [funcArgNamesDifferent] psqlodbc-13.02.0000/bind.h:123:37: note: Function 'GDATA_unbind_cols' argument 1 names different: declaration 'gdata' definition 'self'. psqlodbc-13.02.0000/bind.c:813:37: note: Function 'GDATA_unbind_cols' argument 1 names different: declaration 'gdata' definition 'self'. psqlodbc-13.02.0000/bind.c:836:41: style:inconclusive: Function 'GetDataInfoInitialize' argument 1 names different: declaration 'gdata' definition 'gdata_info'. [funcArgNamesDifferent] psqlodbc-13.02.0000/bind.h:120:41: note: Function 'GetDataInfoInitialize' argument 1 names different: declaration 'gdata' definition 'gdata_info'. psqlodbc-13.02.0000/bind.c:836:41: note: Function 'GetDataInfoInitialize' argument 1 names different: declaration 'gdata' definition 'gdata_info'. psqlodbc-13.02.0000/bind.c:864:34: style:inconclusive: Function 'extend_getdata_info' argument 1 names different: declaration 'gdata' definition 'self'. [funcArgNamesDifferent] psqlodbc-13.02.0000/bind.h:121:39: note: Function 'extend_getdata_info' argument 1 names different: declaration 'gdata' definition 'self'. psqlodbc-13.02.0000/bind.c:864:34: note: Function 'extend_getdata_info' argument 1 names different: declaration 'gdata' definition 'self'. psqlodbc-13.02.0000/bind.c:922:40: style:inconclusive: Function 'reset_a_getdata_info' argument 1 names different: declaration 'gdata' definition 'gdata_info'. [funcArgNamesDifferent] psqlodbc-13.02.0000/bind.h:122:40: note: Function 'reset_a_getdata_info' argument 1 names different: declaration 'gdata' definition 'gdata_info'. psqlodbc-13.02.0000/bind.c:922:40: note: Function 'reset_a_getdata_info' argument 1 names different: declaration 'gdata' definition 'gdata_info'. psqlodbc-13.02.0000/bind.c:937:41: style:inconclusive: Function 'PutDataInfoInitialize' argument 1 names different: declaration 'pdata' definition 'pdata_info'. [funcArgNamesDifferent] psqlodbc-13.02.0000/bind.h:124:41: note: Function 'PutDataInfoInitialize' argument 1 names different: declaration 'pdata' definition 'pdata_info'. psqlodbc-13.02.0000/bind.c:937:41: note: Function 'PutDataInfoInitialize' argument 1 names different: declaration 'pdata' definition 'pdata_info'. psqlodbc-13.02.0000/bind.c:943:34: style:inconclusive: Function 'extend_putdata_info' argument 1 names different: declaration 'pdata' definition 'self'. [funcArgNamesDifferent] psqlodbc-13.02.0000/bind.h:125:39: note: Function 'extend_putdata_info' argument 1 names different: declaration 'pdata' definition 'self'. psqlodbc-13.02.0000/bind.c:943:34: note: Function 'extend_putdata_info' argument 1 names different: declaration 'pdata' definition 'self'. psqlodbc-13.02.0000/bind.c:991:40: style:inconclusive: Function 'reset_a_putdata_info' argument 1 names different: declaration 'pdata' definition 'pdata_info'. [funcArgNamesDifferent] psqlodbc-13.02.0000/bind.h:126:40: note: Function 'reset_a_putdata_info' argument 1 names different: declaration 'pdata' definition 'pdata_info'. psqlodbc-13.02.0000/bind.c:991:40: note: Function 'reset_a_putdata_info' argument 1 names different: declaration 'pdata' definition 'pdata_info'. psqlodbc-13.02.0000/connection.c:2538:8: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] psqlodbc-13.02.0000/connection.c:2551:9: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] psqlodbc-13.02.0000/connection.c:717:6: style: The if condition is the same as the previous if condition [duplicateCondition] psqlodbc-13.02.0000/connection.c:711:6: note: First condition psqlodbc-13.02.0000/connection.c:717:6: note: Second condition psqlodbc-13.02.0000/connection.c:2296:8: style: Condition 'retres' is always true [knownConditionTrueFalse] psqlodbc-13.02.0000/connection.c:2173:9: warning: Either the condition 'res' is redundant or there is possible null pointer dereference: res. [nullPointerRedundantCheck] psqlodbc-13.02.0000/connection.c:2152:11: note: Assuming that condition 'res' is not redundant psqlodbc-13.02.0000/connection.c:2173:9: note: Null pointer dereference psqlodbc-13.02.0000/connection.c:3010:50: style: Redundant initialization for 'length'. The initialized value is overwritten before it is read. [redundantInitialization] psqlodbc-13.02.0000/connection.c:3006:17: note: length is initialized psqlodbc-13.02.0000/connection.c:3010:50: note: length is overwritten psqlodbc-13.02.0000/connection.c:80:25: style:inconclusive: Function 'PGAPI_AllocConnect' argument 1 names different: declaration 'EnvironmentHandle' definition 'henv'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:33:41: note: Function 'PGAPI_AllocConnect' argument 1 names different: declaration 'EnvironmentHandle' definition 'henv'. psqlodbc-13.02.0000/connection.c:80:25: note: Function 'PGAPI_AllocConnect' argument 1 names different: declaration 'EnvironmentHandle' definition 'henv'. psqlodbc-13.02.0000/connection.c:81:15: style:inconclusive: Function 'PGAPI_AllocConnect' argument 2 names different: declaration 'ConnectionHandle' definition 'phdbc'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:34:15: note: Function 'PGAPI_AllocConnect' argument 2 names different: declaration 'ConnectionHandle' definition 'phdbc'. psqlodbc-13.02.0000/connection.c:81:15: note: Function 'PGAPI_AllocConnect' argument 2 names different: declaration 'ConnectionHandle' definition 'phdbc'. psqlodbc-13.02.0000/connection.c:119:20: style:inconclusive: Function 'PGAPI_Connect' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:51:36: note: Function 'PGAPI_Connect' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. psqlodbc-13.02.0000/connection.c:119:20: note: Function 'PGAPI_Connect' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. psqlodbc-13.02.0000/connection.c:120:22: style:inconclusive: Function 'PGAPI_Connect' argument 2 names different: declaration 'ServerName' definition 'szDSN'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:52:18: note: Function 'PGAPI_Connect' argument 2 names different: declaration 'ServerName' definition 'szDSN'. psqlodbc-13.02.0000/connection.c:120:22: note: Function 'PGAPI_Connect' argument 2 names different: declaration 'ServerName' definition 'szDSN'. psqlodbc-13.02.0000/connection.c:121:18: style:inconclusive: Function 'PGAPI_Connect' argument 3 names different: declaration 'NameLength1' definition 'cbDSN'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:52:42: note: Function 'PGAPI_Connect' argument 3 names different: declaration 'NameLength1' definition 'cbDSN'. psqlodbc-13.02.0000/connection.c:121:18: note: Function 'PGAPI_Connect' argument 3 names different: declaration 'NameLength1' definition 'cbDSN'. psqlodbc-13.02.0000/connection.c:122:22: style:inconclusive: Function 'PGAPI_Connect' argument 4 names different: declaration 'UserName' definition 'szUID'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:53:18: note: Function 'PGAPI_Connect' argument 4 names different: declaration 'UserName' definition 'szUID'. psqlodbc-13.02.0000/connection.c:122:22: note: Function 'PGAPI_Connect' argument 4 names different: declaration 'UserName' definition 'szUID'. psqlodbc-13.02.0000/connection.c:123:18: style:inconclusive: Function 'PGAPI_Connect' argument 5 names different: declaration 'NameLength2' definition 'cbUID'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:53:40: note: Function 'PGAPI_Connect' argument 5 names different: declaration 'NameLength2' definition 'cbUID'. psqlodbc-13.02.0000/connection.c:123:18: note: Function 'PGAPI_Connect' argument 5 names different: declaration 'NameLength2' definition 'cbUID'. psqlodbc-13.02.0000/connection.c:124:22: style:inconclusive: Function 'PGAPI_Connect' argument 6 names different: declaration 'Authentication' definition 'szAuthStr'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:54:18: note: Function 'PGAPI_Connect' argument 6 names different: declaration 'Authentication' definition 'szAuthStr'. psqlodbc-13.02.0000/connection.c:124:22: note: Function 'PGAPI_Connect' argument 6 names different: declaration 'Authentication' definition 'szAuthStr'. psqlodbc-13.02.0000/connection.c:125:18: style:inconclusive: Function 'PGAPI_Connect' argument 7 names different: declaration 'NameLength3' definition 'cbAuthStr'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:54:46: note: Function 'PGAPI_Connect' argument 7 names different: declaration 'NameLength3' definition 'cbAuthStr'. psqlodbc-13.02.0000/connection.c:125:18: note: Function 'PGAPI_Connect' argument 7 names different: declaration 'NameLength3' definition 'cbAuthStr'. psqlodbc-13.02.0000/connection.c:206:23: style:inconclusive: Function 'PGAPI_Disconnect' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:73:39: note: Function 'PGAPI_Disconnect' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. psqlodbc-13.02.0000/connection.c:206:23: note: Function 'PGAPI_Disconnect' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. psqlodbc-13.02.0000/connection.c:240:24: style:inconclusive: Function 'PGAPI_FreeConnect' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:97:40: note: Function 'PGAPI_FreeConnect' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. psqlodbc-13.02.0000/connection.c:240:24: note: Function 'PGAPI_FreeConnect' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. psqlodbc-13.02.0000/connection.c:1101:41: style:inconclusive: Function 'CC_connect' argument 2 names different: declaration 'salt' definition 'salt_para'. [funcArgNamesDifferent] psqlodbc-13.02.0000/connection.h:413:47: note: Function 'CC_connect' argument 2 names different: declaration 'salt' definition 'salt_para'. psqlodbc-13.02.0000/connection.c:1101:41: note: Function 'CC_connect' argument 2 names different: declaration 'salt' definition 'salt_para'. psqlodbc-13.02.0000/connection.c:2390:35: style:inconclusive: Function 'CC_send_function' argument 1 names different: declaration 'conn' definition 'self'. [funcArgNamesDifferent] psqlodbc-13.02.0000/connection.h:428:40: note: Function 'CC_send_function' argument 1 names different: declaration 'conn' definition 'self'. psqlodbc-13.02.0000/connection.c:2390:35: note: Function 'CC_send_function' argument 1 names different: declaration 'conn' definition 'self'. psqlodbc-13.02.0000/connection.c:2390:131: style:inconclusive: Function 'CC_send_function' argument 6 names different: declaration 'argv' definition 'args'. [funcArgNamesDifferent] psqlodbc-13.02.0000/connection.h:428:136: note: Function 'CC_send_function' argument 6 names different: declaration 'argv' definition 'args'. psqlodbc-13.02.0000/connection.c:2390:131: note: Function 'CC_send_function' argument 6 names different: declaration 'argv' definition 'args'. psqlodbc-13.02.0000/connection.c:2603:43: style:inconclusive: Function 'CC_initialize_pg_version' argument 1 names different: declaration 'conn' definition 'self'. [funcArgNamesDifferent] psqlodbc-13.02.0000/connection.h:430:49: note: Function 'CC_initialize_pg_version' argument 1 names different: declaration 'conn' definition 'self'. psqlodbc-13.02.0000/connection.c:2603:43: note: Function 'CC_initialize_pg_version' argument 1 names different: declaration 'conn' definition 'self'. psqlodbc-13.02.0000/connection.c:2976:44: style:inconclusive: Function 'CurrCat' argument 1 names different: declaration 'self' definition 'conn'. [funcArgNamesDifferent] psqlodbc-13.02.0000/connection.h:448:45: note: Function 'CurrCat' argument 1 names different: declaration 'self' definition 'conn'. psqlodbc-13.02.0000/connection.c:2976:44: note: Function 'CurrCat' argument 1 names different: declaration 'self' definition 'conn'. psqlodbc-13.02.0000/connection.c:2988:50: style:inconclusive: Function 'CurrCatString' argument 1 names different: declaration 'self' definition 'conn'. [funcArgNamesDifferent] psqlodbc-13.02.0000/connection.h:449:51: note: Function 'CurrCatString' argument 1 names different: declaration 'self' definition 'conn'. psqlodbc-13.02.0000/connection.c:2988:50: note: Function 'CurrCatString' argument 1 names different: declaration 'self' definition 'conn'. psqlodbc-13.02.0000/connection.c:841:15: style: Local variable 'errmsg' shadows outer variable [shadowVariable] psqlodbc-13.02.0000/connection.c:822:11: note: Shadowed declaration psqlodbc-13.02.0000/connection.c:841:15: note: Shadow variable psqlodbc-13.02.0000/connection.c:2889:15: style: Local variable 'errmsg' shadows outer variable [shadowVariable] psqlodbc-13.02.0000/connection.c:2759:9: note: Shadowed declaration psqlodbc-13.02.0000/connection.c:2889:15: note: Shadow variable psqlodbc-13.02.0000/connection.c:2904:15: style: Local variable 'errmsg' shadows outer variable [shadowVariable] psqlodbc-13.02.0000/connection.c:2759:9: note: Shadowed declaration psqlodbc-13.02.0000/connection.c:2904:15: note: Shadow variable psqlodbc-13.02.0000/connection.c:446:48: style: Parameter 'self' can be declared as pointer to const [constParameter] psqlodbc-13.02.0000/descriptor.c:236:37: style:inconclusive: Function 'DC_Destructor' argument 1 names different: declaration 'desc' definition 'self'. [funcArgNamesDifferent] psqlodbc-13.02.0000/descriptor.h:206:37: note: Function 'DC_Destructor' argument 1 names different: declaration 'desc' definition 'self'. psqlodbc-13.02.0000/descriptor.c:236:37: note: Function 'DC_Destructor' argument 1 names different: declaration 'desc' definition 'self'. psqlodbc-13.02.0000/descriptor.c:305:32: style:inconclusive: Function 'InitializeARDFields' argument 1 names different: declaration 'self' definition 'opt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/descriptor.h:207:37: note: Function 'InitializeARDFields' argument 1 names different: declaration 'self' definition 'opt'. psqlodbc-13.02.0000/descriptor.c:305:32: note: Function 'InitializeARDFields' argument 1 names different: declaration 'self' definition 'opt'. psqlodbc-13.02.0000/descriptor.c:316:32: style:inconclusive: Function 'InitializeAPDFields' argument 1 names different: declaration 'self' definition 'opt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/descriptor.h:208:37: note: Function 'InitializeAPDFields' argument 1 names different: declaration 'self' definition 'opt'. psqlodbc-13.02.0000/descriptor.c:316:32: note: Function 'InitializeAPDFields' argument 1 names different: declaration 'self' definition 'opt'. psqlodbc-13.02.0000/descriptor.c:324:45: style:inconclusive: Function 'ARD_AllocBookmark' argument 1 names different: declaration 'self' definition 'ardopts'. [funcArgNamesDifferent] psqlodbc-13.02.0000/descriptor.h:211:45: note: Function 'ARD_AllocBookmark' argument 1 names different: declaration 'self' definition 'ardopts'. psqlodbc-13.02.0000/descriptor.c:324:45: note: Function 'ARD_AllocBookmark' argument 1 names different: declaration 'self' definition 'ardopts'. psqlodbc-13.02.0000/descriptor.c:604:38: style:inconclusive: Function 'DC_clear_error' argument 1 names different: declaration 'desc' definition 'self'. [funcArgNamesDifferent] psqlodbc-13.02.0000/descriptor.h:217:38: note: Function 'DC_clear_error' argument 1 names different: declaration 'desc' definition 'self'. psqlodbc-13.02.0000/descriptor.c:604:38: note: Function 'DC_clear_error' argument 1 names different: declaration 'desc' definition 'self'. psqlodbc-13.02.0000/descriptor.c:622:39: style:inconclusive: Function 'DC_set_error' argument 1 names different: declaration 'desc' definition 'self'. [funcArgNamesDifferent] psqlodbc-13.02.0000/descriptor.h:218:36: note: Function 'DC_set_error' argument 1 names different: declaration 'desc' definition 'self'. psqlodbc-13.02.0000/descriptor.c:622:39: note: Function 'DC_set_error' argument 1 names different: declaration 'desc' definition 'self'. psqlodbc-13.02.0000/descriptor.c:630:42: style:inconclusive: Function 'DC_set_errormsg' argument 1 names different: declaration 'desc' definition 'self'. [funcArgNamesDifferent] psqlodbc-13.02.0000/descriptor.h:219:39: note: Function 'DC_set_errormsg' argument 1 names different: declaration 'desc' definition 'self'. psqlodbc-13.02.0000/descriptor.c:630:42: note: Function 'DC_set_errormsg' argument 1 names different: declaration 'desc' definition 'self'. psqlodbc-13.02.0000/descriptor.c:637:52: style:inconclusive: Function 'DC_get_errormsg' argument 1 names different: declaration 'self' definition 'desc'. [funcArgNamesDifferent] psqlodbc-13.02.0000/descriptor.h:222:52: note: Function 'DC_get_errormsg' argument 1 names different: declaration 'self' definition 'desc'. psqlodbc-13.02.0000/descriptor.c:637:52: note: Function 'DC_get_errormsg' argument 1 names different: declaration 'self' definition 'desc'. psqlodbc-13.02.0000/descriptor.c:641:47: style:inconclusive: Function 'DC_get_errornumber' argument 1 names different: declaration 'self' definition 'desc'. [funcArgNamesDifferent] psqlodbc-13.02.0000/descriptor.h:221:47: note: Function 'DC_get_errornumber' argument 1 names different: declaration 'self' definition 'desc'. psqlodbc-13.02.0000/descriptor.c:641:47: note: Function 'DC_get_errornumber' argument 1 names different: declaration 'self' definition 'desc'. psqlodbc-13.02.0000/descriptor.c:730:26: style:inconclusive: Function 'PGAPI_DescError' argument 1 names different: declaration 'DescriptorHandle' definition 'hdesc'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:340:42: note: Function 'PGAPI_DescError' argument 1 names different: declaration 'DescriptorHandle' definition 'hdesc'. psqlodbc-13.02.0000/descriptor.c:730:26: note: Function 'PGAPI_DescError' argument 1 names different: declaration 'DescriptorHandle' definition 'hdesc'. psqlodbc-13.02.0000/descriptor.c:732:15: style:inconclusive: Function 'PGAPI_DescError' argument 3 names different: declaration 'Sqlstate' definition 'szSqlState'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:341:13: note: Function 'PGAPI_DescError' argument 3 names different: declaration 'Sqlstate' definition 'szSqlState'. psqlodbc-13.02.0000/descriptor.c:732:15: note: Function 'PGAPI_DescError' argument 3 names different: declaration 'Sqlstate' definition 'szSqlState'. psqlodbc-13.02.0000/descriptor.c:733:18: style:inconclusive: Function 'PGAPI_DescError' argument 4 names different: declaration 'NativeError' definition 'pfNativeError'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:341:35: note: Function 'PGAPI_DescError' argument 4 names different: declaration 'NativeError' definition 'pfNativeError'. psqlodbc-13.02.0000/descriptor.c:733:18: note: Function 'PGAPI_DescError' argument 4 names different: declaration 'NativeError' definition 'pfNativeError'. psqlodbc-13.02.0000/descriptor.c:734:15: style:inconclusive: Function 'PGAPI_DescError' argument 5 names different: declaration 'MessageText' definition 'szErrorMsg'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:342:13: note: Function 'PGAPI_DescError' argument 5 names different: declaration 'MessageText' definition 'szErrorMsg'. psqlodbc-13.02.0000/descriptor.c:734:15: note: Function 'PGAPI_DescError' argument 5 names different: declaration 'MessageText' definition 'szErrorMsg'. psqlodbc-13.02.0000/descriptor.c:735:17: style:inconclusive: Function 'PGAPI_DescError' argument 6 names different: declaration 'BufferLength' definition 'cbErrorMsgMax'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:342:38: note: Function 'PGAPI_DescError' argument 6 names different: declaration 'BufferLength' definition 'cbErrorMsgMax'. psqlodbc-13.02.0000/descriptor.c:735:17: note: Function 'PGAPI_DescError' argument 6 names different: declaration 'BufferLength' definition 'cbErrorMsgMax'. psqlodbc-13.02.0000/descriptor.c:736:19: style:inconclusive: Function 'PGAPI_DescError' argument 7 names different: declaration 'TextLength' definition 'pcbErrorMsg'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:343:17: note: Function 'PGAPI_DescError' argument 7 names different: declaration 'TextLength' definition 'pcbErrorMsg'. psqlodbc-13.02.0000/descriptor.c:736:19: note: Function 'PGAPI_DescError' argument 7 names different: declaration 'TextLength' definition 'pcbErrorMsg'. psqlodbc-13.02.0000/descriptor.c:649:7: style: struct member 'Anonymous22::number' is never used. [unusedStructMember] psqlodbc-13.02.0000/convert.c:1482:11: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] psqlodbc-13.02.0000/convert.c:2667:16: style: Redundant condition: wstmt[0]. '!wstmt[0] || (wstmt[0] && !isspace((UCHAR)wstmt[0]))' is equivalent to '!wstmt[0] || !isspace((UCHAR)wstmt[0])' [redundantCondition] psqlodbc-13.02.0000/convert.c:1007:6: style: Condition 'already_processed' is always false [knownConditionTrueFalse] psqlodbc-13.02.0000/convert.c:929:27: note: Assignment 'already_processed=(BOOL)0', assigned value is 0 psqlodbc-13.02.0000/convert.c:1007:6: note: Condition 'already_processed' is always false psqlodbc-13.02.0000/convert.c:1083:7: style: Condition 'already_processed' is always false [knownConditionTrueFalse] psqlodbc-13.02.0000/convert.c:1047:23: note: Assignment 'already_processed=(BOOL)0', assigned value is 0 psqlodbc-13.02.0000/convert.c:1083:7: note: Condition 'already_processed' is always false psqlodbc-13.02.0000/convert.c:1199:7: style: Condition '!already_copied' is always true [knownConditionTrueFalse] psqlodbc-13.02.0000/convert.c:1188:25: note: Assignment 'already_copied=(BOOL)0', assigned value is 0 psqlodbc-13.02.0000/convert.c:1199:7: note: Condition '!already_copied' is always true psqlodbc-13.02.0000/convert.c:299:14: warning:inconclusive: Width 31 given in format string (no. 7) is smaller than destination buffer 'rest[64]'. [invalidScanfFormatWidth_smaller] psqlodbc-13.02.0000/convert.c:311:15: warning:inconclusive: Width 31 given in format string (no. 4) is smaller than destination buffer 'rest[64]'. [invalidScanfFormatWidth_smaller] psqlodbc-13.02.0000/convert.c:591:18: warning:inconclusive: Width 9 given in format string (no. 5) is smaller than destination buffer 'lit2[64]'. [invalidScanfFormatWidth_smaller] psqlodbc-13.02.0000/convert.c:604:19: warning:inconclusive: Width 10 given in format string (no. 2) is smaller than destination buffer 'lit1[64]'. [invalidScanfFormatWidth_smaller] psqlodbc-13.02.0000/convert.c:604:19: warning:inconclusive: Width 10 given in format string (no. 4) is smaller than destination buffer 'lit2[64]'. [invalidScanfFormatWidth_smaller] psqlodbc-13.02.0000/convert.c:620:14: warning:inconclusive: Width 10 given in format string (no. 2) is smaller than destination buffer 'lit1[64]'. [invalidScanfFormatWidth_smaller] psqlodbc-13.02.0000/convert.c:657:9: warning:inconclusive: Width 10 given in format string (no. 2) is smaller than destination buffer 'lit1[64]'. [invalidScanfFormatWidth_smaller] psqlodbc-13.02.0000/convert.c:657:9: warning:inconclusive: Width 9 given in format string (no. 6) is smaller than destination buffer 'lit2[64]'. [invalidScanfFormatWidth_smaller] psqlodbc-13.02.0000/convert.c:674:9: warning:inconclusive: Width 9 given in format string (no. 4) is smaller than destination buffer 'lit2[64]'. [invalidScanfFormatWidth_smaller] psqlodbc-13.02.0000/convert.c:5557:2: warning:inconclusive: Width 32 given in format string (no. 1) is smaller than destination buffer 'key[65]'. [invalidScanfFormatWidth_smaller] psqlodbc-13.02.0000/convert.c:1324:4: warning: Possible null pointer dereference: pIndicatorBindRow [nullPointer] psqlodbc-13.02.0000/convert.c:1323:23: note: Assignment 'pIndicatorBindRow=(pIndicator)?(SQLLEN*)((char*)(pIndicator)+(pcbValueOffset)):NULL', assigned value is 0 psqlodbc-13.02.0000/convert.c:1324:4: note: Null pointer dereference psqlodbc-13.02.0000/convert.c:1834:8: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] psqlodbc-13.02.0000/convert.c:1843:8: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] psqlodbc-13.02.0000/convert.c:4791:12: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] psqlodbc-13.02.0000/convert.c:4810:12: portability: Casting between char * and float * which have an incompatible binary data representation. [invalidPointerCast] psqlodbc-13.02.0000/convert.c:1467:11: style: Redundant initialization for 'bZone'. The initialized value is overwritten before it is read. [redundantInitialization] psqlodbc-13.02.0000/convert.c:1460:17: note: bZone is initialized psqlodbc-13.02.0000/convert.c:1467:11: note: bZone is overwritten psqlodbc-13.02.0000/convert.c:837:13: style: Same expression on both sides of '/'. [duplicateExpression] psqlodbc-13.02.0000/convert.c:836:14: note: 'a' is assigned value '0.0' here. psqlodbc-13.02.0000/convert.c:837:13: note: Same expression on both sides of '/'. psqlodbc-13.02.0000/convert.c:3187:22: style: Checking if unsigned expression 'qp->declare_pos' is less than zero. [unsignedLessThanZero] psqlodbc-13.02.0000/convert.c:3643:28: style: Checking if unsigned expression '--' is less than zero. [unsignedLessThanZero] psqlodbc-13.02.0000/convert.c:1248:9: style:inconclusive: Function 'copy_and_convert_field' argument 4 names different: declaration 'value' definition 'valuei'. [funcArgNamesDifferent] psqlodbc-13.02.0000/convert.h:29:10: note: Function 'copy_and_convert_field' argument 4 names different: declaration 'value' definition 'valuei'. psqlodbc-13.02.0000/convert.c:1248:9: note: Function 'copy_and_convert_field' argument 4 names different: declaration 'value' definition 'valuei'. psqlodbc-13.02.0000/convert.c:3200:21: style:inconclusive: Function 'findTag' argument 1 names different: declaration 'str' definition 'tag'. [funcArgNamesDifferent] psqlodbc-13.02.0000/convert.h:35:29: note: Function 'findTag' argument 1 names different: declaration 'str' definition 'tag'. psqlodbc-13.02.0000/convert.c:3200:21: note: Function 'findTag' argument 1 names different: declaration 'str' definition 'tag'. psqlodbc-13.02.0000/convert.c:4444:69: style:inconclusive: Function 'ResolveOneParam' argument 4 names different: declaration 'usebinary' definition 'isbinary'. [funcArgNamesDifferent] psqlodbc-13.02.0000/convert.c:2284:69: note: Function 'ResolveOneParam' argument 4 names different: declaration 'usebinary' definition 'isbinary'. psqlodbc-13.02.0000/convert.c:4444:69: note: Function 'ResolveOneParam' argument 4 names different: declaration 'usebinary' definition 'isbinary'. psqlodbc-13.02.0000/convert.c:6041:31: style:inconclusive: Function 'convert_linefeeds' argument 1 names different: declaration 's' definition 'si'. [funcArgNamesDifferent] psqlodbc-13.02.0000/convert.c:201:38: note: Function 'convert_linefeeds' argument 1 names different: declaration 's' definition 'si'. psqlodbc-13.02.0000/convert.c:6041:31: note: Function 'convert_linefeeds' argument 1 names different: declaration 's' definition 'si'. psqlodbc-13.02.0000/convert.c:6359:24: style:inconclusive: Function 'pg_hex2bin' argument 1 names different: declaration 'in' definition 'src'. [funcArgNamesDifferent] psqlodbc-13.02.0000/convert.h:34:32: note: Function 'pg_hex2bin' argument 1 names different: declaration 'in' definition 'src'. psqlodbc-13.02.0000/convert.c:6359:24: note: Function 'pg_hex2bin' argument 1 names different: declaration 'in' definition 'src'. psqlodbc-13.02.0000/convert.c:6359:35: style:inconclusive: Function 'pg_hex2bin' argument 2 names different: declaration 'out' definition 'dst'. [funcArgNamesDifferent] psqlodbc-13.02.0000/convert.h:34:42: note: Function 'pg_hex2bin' argument 2 names different: declaration 'out' definition 'dst'. psqlodbc-13.02.0000/convert.c:6359:35: note: Function 'pg_hex2bin' argument 2 names different: declaration 'out' definition 'dst'. psqlodbc-13.02.0000/convert.c:6359:47: style:inconclusive: Function 'pg_hex2bin' argument 3 names different: declaration 'len' definition 'length'. [funcArgNamesDifferent] psqlodbc-13.02.0000/convert.h:34:54: note: Function 'pg_hex2bin' argument 3 names different: declaration 'len' definition 'length'. psqlodbc-13.02.0000/convert.c:6359:47: note: Function 'pg_hex2bin' argument 3 names different: declaration 'len' definition 'length'. psqlodbc-13.02.0000/convert.c:5706:9: style: Local variable 'i' shadows outer variable [shadowVariable] psqlodbc-13.02.0000/convert.c:5644:7: note: Shadowed declaration psqlodbc-13.02.0000/convert.c:5706:9: note: Shadow variable psqlodbc-13.02.0000/convert.c:5706:12: style: Local variable 'from' shadows outer variable [shadowVariable] psqlodbc-13.02.0000/convert.c:5645:10: note: Shadowed declaration psqlodbc-13.02.0000/convert.c:5706:12: note: Shadow variable psqlodbc-13.02.0000/convert.c:5706:18: style: Local variable 'to' shadows outer variable [shadowVariable] psqlodbc-13.02.0000/convert.c:5645:16: note: Shadowed declaration psqlodbc-13.02.0000/convert.c:5706:18: note: Shadow variable psqlodbc-13.02.0000/convert.c:2821:19: style: Variable 'conn' is assigned a value that is never used. [unreadVariable] psqlodbc-13.02.0000/drvconn.c:489:10: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] psqlodbc-13.02.0000/drvconn.c:464:34: warning: Either the condition 'connStrIn' is redundant or there is possible null pointer dereference: connect_string. [nullPointerRedundantCheck] psqlodbc-13.02.0000/drvconn.c:163:6: note: Assuming that condition 'connStrIn' is not redundant psqlodbc-13.02.0000/drvconn.c:157:36: note: Calling function 'dconn_get_connect_attributes', 1st argument 'connStrIn' value is 0 psqlodbc-13.02.0000/drvconn.c:597:50: note: Calling function 'dconn_get_attributes', 2nd argument 'connect_string' value is 0 psqlodbc-13.02.0000/drvconn.c:464:34: note: Null pointer dereference psqlodbc-13.02.0000/drvconn.c:547:29: warning: Either the condition 'NULL==closep' is redundant or there is possible null pointer dereference: closep. [nullPointerRedundantCheck] psqlodbc-13.02.0000/drvconn.c:529:15: note: Assuming that condition 'NULL==closep' is not redundant psqlodbc-13.02.0000/drvconn.c:547:29: note: Null pointer dereference psqlodbc-13.02.0000/drvconn.c:229:7: style: Variable 'reqs' is assigned a value that is never used. [unreadVariable] psqlodbc-13.02.0000/environ.c:134:13: style: Condition 'aladd<0' is always false [knownConditionTrueFalse] psqlodbc-13.02.0000/environ.c:133:52: note: Assignment 'aladd=errsize-sizeof(error->__error_message)+1', assigned value is greater than 0 psqlodbc-13.02.0000/environ.c:134:13: note: Condition 'aladd<0' is always false psqlodbc-13.02.0000/environ.c:64:23: style:inconclusive: Function 'PGAPI_AllocEnv' argument 1 names different: declaration 'EnvironmentHandle' definition 'phenv'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:35:39: note: Function 'PGAPI_AllocEnv' argument 1 names different: declaration 'EnvironmentHandle' definition 'phenv'. psqlodbc-13.02.0000/environ.c:64:23: note: Function 'PGAPI_AllocEnv' argument 1 names different: declaration 'EnvironmentHandle' definition 'phenv'. psqlodbc-13.02.0000/environ.c:94:20: style:inconclusive: Function 'PGAPI_FreeEnv' argument 1 names different: declaration 'EnvironmentHandle' definition 'henv'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:98:36: note: Function 'PGAPI_FreeEnv' argument 1 names different: declaration 'EnvironmentHandle' definition 'henv'. psqlodbc-13.02.0000/environ.c:94:20: note: Function 'PGAPI_FreeEnv' argument 1 names different: declaration 'EnvironmentHandle' definition 'henv'. psqlodbc-13.02.0000/environ.c:123:23: style:inconclusive: Function 'ER_Constructor' argument 1 names different: declaration 'errornumber' definition 'errnumber'. [funcArgNamesDifferent] psqlodbc-13.02.0000/psqlodbc.h:565:37: note: Function 'ER_Constructor' argument 1 names different: declaration 'errornumber' definition 'errnumber'. psqlodbc-13.02.0000/environ.c:123:23: note: Function 'ER_Constructor' argument 1 names different: declaration 'errornumber' definition 'errnumber'. psqlodbc-13.02.0000/environ.c:123:46: style:inconclusive: Function 'ER_Constructor' argument 2 names different: declaration 'errormsg' definition 'msg'. [funcArgNamesDifferent] psqlodbc-13.02.0000/psqlodbc.h:565:62: note: Function 'ER_Constructor' argument 2 names different: declaration 'errormsg' definition 'msg'. psqlodbc-13.02.0000/environ.c:123:46: note: Function 'ER_Constructor' argument 2 names different: declaration 'errormsg' definition 'msg'. psqlodbc-13.02.0000/environ.c:163:28: style:inconclusive: Function 'ER_Dup' argument 1 names different: declaration 'from' definition 'self'. [funcArgNamesDifferent] psqlodbc-13.02.0000/psqlodbc.h:566:42: note: Function 'ER_Dup' argument 1 names different: declaration 'from' definition 'self'. psqlodbc-13.02.0000/environ.c:163:28: note: Function 'ER_Dup' argument 1 names different: declaration 'from' definition 'self'. psqlodbc-13.02.0000/environ.c:268:25: style:inconclusive: Function 'PGAPI_ConnectError' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:84:41: note: Function 'PGAPI_ConnectError' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. psqlodbc-13.02.0000/environ.c:268:25: note: Function 'PGAPI_ConnectError' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. psqlodbc-13.02.0000/environ.c:270:18: style:inconclusive: Function 'PGAPI_ConnectError' argument 3 names different: declaration 'Sqlstate' definition 'szSqlState'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:85:13: note: Function 'PGAPI_ConnectError' argument 3 names different: declaration 'Sqlstate' definition 'szSqlState'. psqlodbc-13.02.0000/environ.c:270:18: note: Function 'PGAPI_ConnectError' argument 3 names different: declaration 'Sqlstate' definition 'szSqlState'. psqlodbc-13.02.0000/environ.c:271:21: style:inconclusive: Function 'PGAPI_ConnectError' argument 4 names different: declaration 'NativeError' definition 'pfNativeError'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:85:35: note: Function 'PGAPI_ConnectError' argument 4 names different: declaration 'NativeError' definition 'pfNativeError'. psqlodbc-13.02.0000/environ.c:271:21: note: Function 'PGAPI_ConnectError' argument 4 names different: declaration 'NativeError' definition 'pfNativeError'. psqlodbc-13.02.0000/environ.c:272:18: style:inconclusive: Function 'PGAPI_ConnectError' argument 5 names different: declaration 'MessageText' definition 'szErrorMsg'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:86:13: note: Function 'PGAPI_ConnectError' argument 5 names different: declaration 'MessageText' definition 'szErrorMsg'. psqlodbc-13.02.0000/environ.c:272:18: note: Function 'PGAPI_ConnectError' argument 5 names different: declaration 'MessageText' definition 'szErrorMsg'. psqlodbc-13.02.0000/environ.c:273:20: style:inconclusive: Function 'PGAPI_ConnectError' argument 6 names different: declaration 'BufferLength' definition 'cbErrorMsgMax'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:86:38: note: Function 'PGAPI_ConnectError' argument 6 names different: declaration 'BufferLength' definition 'cbErrorMsgMax'. psqlodbc-13.02.0000/environ.c:273:20: note: Function 'PGAPI_ConnectError' argument 6 names different: declaration 'BufferLength' definition 'cbErrorMsgMax'. psqlodbc-13.02.0000/environ.c:274:22: style:inconclusive: Function 'PGAPI_ConnectError' argument 7 names different: declaration 'TextLength' definition 'pcbErrorMsg'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:87:17: note: Function 'PGAPI_ConnectError' argument 7 names different: declaration 'TextLength' definition 'pcbErrorMsg'. psqlodbc-13.02.0000/environ.c:274:22: note: Function 'PGAPI_ConnectError' argument 7 names different: declaration 'TextLength' definition 'pcbErrorMsg'. psqlodbc-13.02.0000/environ.c:399:21: style:inconclusive: Function 'PGAPI_EnvError' argument 1 names different: declaration 'EnvironmentHandle' definition 'henv'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:80:37: note: Function 'PGAPI_EnvError' argument 1 names different: declaration 'EnvironmentHandle' definition 'henv'. psqlodbc-13.02.0000/environ.c:399:21: note: Function 'PGAPI_EnvError' argument 1 names different: declaration 'EnvironmentHandle' definition 'henv'. psqlodbc-13.02.0000/environ.c:401:17: style:inconclusive: Function 'PGAPI_EnvError' argument 3 names different: declaration 'Sqlstate' definition 'szSqlState'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:81:13: note: Function 'PGAPI_EnvError' argument 3 names different: declaration 'Sqlstate' definition 'szSqlState'. psqlodbc-13.02.0000/environ.c:401:17: note: Function 'PGAPI_EnvError' argument 3 names different: declaration 'Sqlstate' definition 'szSqlState'. psqlodbc-13.02.0000/environ.c:402:20: style:inconclusive: Function 'PGAPI_EnvError' argument 4 names different: declaration 'NativeError' definition 'pfNativeError'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:81:35: note: Function 'PGAPI_EnvError' argument 4 names different: declaration 'NativeError' definition 'pfNativeError'. psqlodbc-13.02.0000/environ.c:402:20: note: Function 'PGAPI_EnvError' argument 4 names different: declaration 'NativeError' definition 'pfNativeError'. psqlodbc-13.02.0000/environ.c:403:17: style:inconclusive: Function 'PGAPI_EnvError' argument 5 names different: declaration 'MessageText' definition 'szErrorMsg'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:82:13: note: Function 'PGAPI_EnvError' argument 5 names different: declaration 'MessageText' definition 'szErrorMsg'. psqlodbc-13.02.0000/environ.c:403:17: note: Function 'PGAPI_EnvError' argument 5 names different: declaration 'MessageText' definition 'szErrorMsg'. psqlodbc-13.02.0000/environ.c:404:19: style:inconclusive: Function 'PGAPI_EnvError' argument 6 names different: declaration 'BufferLength' definition 'cbErrorMsgMax'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:82:38: note: Function 'PGAPI_EnvError' argument 6 names different: declaration 'BufferLength' definition 'cbErrorMsgMax'. psqlodbc-13.02.0000/environ.c:404:19: note: Function 'PGAPI_EnvError' argument 6 names different: declaration 'BufferLength' definition 'cbErrorMsgMax'. psqlodbc-13.02.0000/environ.c:405:21: style:inconclusive: Function 'PGAPI_EnvError' argument 7 names different: declaration 'TextLength' definition 'pcbErrorMsg'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:83:17: note: Function 'PGAPI_EnvError' argument 7 names different: declaration 'TextLength' definition 'pcbErrorMsg'. psqlodbc-13.02.0000/environ.c:405:21: note: Function 'PGAPI_EnvError' argument 7 names different: declaration 'TextLength' definition 'pcbErrorMsg'. psqlodbc-13.02.0000/environ.c:624:63: style: Parameter 'conn' can be declared as pointer to const [constParameter] psqlodbc-13.02.0000/execute.c:1150:10: warning: Possible null pointer dereference: pcVal [nullPointer] psqlodbc-13.02.0000/execute.c:1147:14: note: Assignment 'pcVal=(pcVal)?(SQLLEN*)((char*)(pcVal)+(offset+bind_size*current_row)):NULL', assigned value is 0 psqlodbc-13.02.0000/execute.c:1150:10: note: Null pointer dereference psqlodbc-13.02.0000/execute.c:706:8: style: Variable 'rtn' is reassigned a value before the old one has been used. [redundantAssignment] psqlodbc-13.02.0000/execute.c:704:9: note: rtn is assigned psqlodbc-13.02.0000/execute.c:706:8: note: rtn is overwritten psqlodbc-13.02.0000/execute.c:38:21: style:inconclusive: Function 'PGAPI_Prepare' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:127:37: note: Function 'PGAPI_Prepare' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/execute.c:38:21: note: Function 'PGAPI_Prepare' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/execute.c:39:22: style:inconclusive: Function 'PGAPI_Prepare' argument 2 names different: declaration 'StatementText' definition 'szSqlStr'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:128:21: note: Function 'PGAPI_Prepare' argument 2 names different: declaration 'StatementText' definition 'szSqlStr'. psqlodbc-13.02.0000/execute.c:39:22: note: Function 'PGAPI_Prepare' argument 2 names different: declaration 'StatementText' definition 'szSqlStr'. psqlodbc-13.02.0000/execute.c:40:17: style:inconclusive: Function 'PGAPI_Prepare' argument 3 names different: declaration 'TextLength' definition 'cbSqlStr'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:128:47: note: Function 'PGAPI_Prepare' argument 3 names different: declaration 'TextLength' definition 'cbSqlStr'. psqlodbc-13.02.0000/execute.c:40:17: note: Function 'PGAPI_Prepare' argument 3 names different: declaration 'TextLength' definition 'cbSqlStr'. psqlodbc-13.02.0000/execute.c:138:24: style:inconclusive: Function 'PGAPI_ExecDirect' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:93:40: note: Function 'PGAPI_ExecDirect' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/execute.c:138:24: note: Function 'PGAPI_ExecDirect' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/execute.c:139:22: style:inconclusive: Function 'PGAPI_ExecDirect' argument 2 names different: declaration 'StatementText' definition 'szSqlStr'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:94:18: note: Function 'PGAPI_ExecDirect' argument 2 names different: declaration 'StatementText' definition 'szSqlStr'. psqlodbc-13.02.0000/execute.c:139:22: note: Function 'PGAPI_ExecDirect' argument 2 names different: declaration 'StatementText' definition 'szSqlStr'. psqlodbc-13.02.0000/execute.c:140:17: style:inconclusive: Function 'PGAPI_ExecDirect' argument 3 names different: declaration 'TextLength' definition 'cbSqlStr'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:94:44: note: Function 'PGAPI_ExecDirect' argument 3 names different: declaration 'TextLength' definition 'cbSqlStr'. psqlodbc-13.02.0000/execute.c:140:17: note: Function 'PGAPI_ExecDirect' argument 3 names different: declaration 'TextLength' definition 'cbSqlStr'. psqlodbc-13.02.0000/execute.c:655:36: style:inconclusive: Function 'StartRollbackState' argument 1 names different: declaration 'self' definition 'stmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:558:41: note: Function 'StartRollbackState' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/execute.c:655:36: note: Function 'StartRollbackState' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/execute.c:693:68: style:inconclusive: Function 'GenerateSvpCommand' argument 4 names different: declaration 'bufsize' definition 'buflen'. [funcArgNamesDifferent] psqlodbc-13.02.0000/connection.h:518:72: note: Function 'GenerateSvpCommand' argument 4 names different: declaration 'bufsize' definition 'buflen'. psqlodbc-13.02.0000/execute.c:693:68: note: Function 'GenerateSvpCommand' argument 4 names different: declaration 'bufsize' definition 'buflen'. psqlodbc-13.02.0000/execute.c:725:33: style:inconclusive: Function 'SetStatementSvp' argument 1 names different: declaration 'self' definition 'stmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:559:42: note: Function 'SetStatementSvp' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/execute.c:725:33: note: Function 'SetStatementSvp' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/execute.c:794:37: style:inconclusive: Function 'DiscardStatementSvp' argument 1 names different: declaration 'self' definition 'stmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:560:46: note: Function 'DiscardStatementSvp' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/execute.c:794:37: note: Function 'DiscardStatementSvp' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/execute.c:925:21: style:inconclusive: Function 'PGAPI_Execute' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:95:37: note: Function 'PGAPI_Execute' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/execute.c:925:21: note: Function 'PGAPI_Execute' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/execute.c:1199:21: style:inconclusive: Function 'PGAPI_Transact' argument 1 names different: declaration 'EnvironmentHandle' definition 'henv'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:161:37: note: Function 'PGAPI_Transact' argument 1 names different: declaration 'EnvironmentHandle' definition 'henv'. psqlodbc-13.02.0000/execute.c:1199:21: note: Function 'PGAPI_Transact' argument 1 names different: declaration 'EnvironmentHandle' definition 'henv'. psqlodbc-13.02.0000/execute.c:1200:12: style:inconclusive: Function 'PGAPI_Transact' argument 2 names different: declaration 'ConnectionHandle' definition 'hdbc'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:162:12: note: Function 'PGAPI_Transact' argument 2 names different: declaration 'ConnectionHandle' definition 'hdbc'. psqlodbc-13.02.0000/execute.c:1200:12: note: Function 'PGAPI_Transact' argument 2 names different: declaration 'ConnectionHandle' definition 'hdbc'. psqlodbc-13.02.0000/execute.c:1201:20: style:inconclusive: Function 'PGAPI_Transact' argument 3 names different: declaration 'CompletionType' definition 'fType'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:162:43: note: Function 'PGAPI_Transact' argument 3 names different: declaration 'CompletionType' definition 'fType'. psqlodbc-13.02.0000/execute.c:1201:20: note: Function 'PGAPI_Transact' argument 3 names different: declaration 'CompletionType' definition 'fType'. psqlodbc-13.02.0000/execute.c:1263:20: style:inconclusive: Function 'PGAPI_Cancel' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:42:36: note: Function 'PGAPI_Cancel' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/execute.c:1263:20: note: Function 'PGAPI_Cancel' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/execute.c:1404:23: style:inconclusive: Function 'PGAPI_ParamData' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:125:39: note: Function 'PGAPI_ParamData' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/execute.c:1404:23: note: Function 'PGAPI_ParamData' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/execute.c:1405:11: style:inconclusive: Function 'PGAPI_ParamData' argument 2 names different: declaration 'Value' definition 'prgbValue'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:126:10: note: Function 'PGAPI_ParamData' argument 2 names different: declaration 'Value' definition 'prgbValue'. psqlodbc-13.02.0000/execute.c:1405:11: note: Function 'PGAPI_ParamData' argument 2 names different: declaration 'Value' definition 'prgbValue'. psqlodbc-13.02.0000/execute.c:1541:21: style:inconclusive: Function 'PGAPI_PutData' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:129:37: note: Function 'PGAPI_PutData' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/execute.c:1541:21: note: Function 'PGAPI_PutData' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/execute.c:1542:10: style:inconclusive: Function 'PGAPI_PutData' argument 2 names different: declaration 'Data' definition 'rgbValue'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:130:10: note: Function 'PGAPI_PutData' argument 2 names different: declaration 'Data' definition 'rgbValue'. psqlodbc-13.02.0000/execute.c:1542:10: note: Function 'PGAPI_PutData' argument 2 names different: declaration 'Data' definition 'rgbValue'. psqlodbc-13.02.0000/execute.c:1543:13: style:inconclusive: Function 'PGAPI_PutData' argument 3 names different: declaration 'StrLen_or_Ind' definition 'cbValue'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:130:23: note: Function 'PGAPI_PutData' argument 3 names different: declaration 'StrLen_or_Ind' definition 'cbValue'. psqlodbc-13.02.0000/execute.c:1543:13: note: Function 'PGAPI_PutData' argument 3 names different: declaration 'StrLen_or_Ind' definition 'cbValue'. psqlodbc-13.02.0000/info.c:1955:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] psqlodbc-13.02.0000/info.c:1996:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] psqlodbc-13.02.0000/info.c:3497:35: style: Condition 'relhasrules[0]!='1'' is always true [knownConditionTrueFalse] psqlodbc-13.02.0000/info.c:3494:19: note: Assignment 'relhasrules[0]='0'', assigned value is 48 psqlodbc-13.02.0000/info.c:3497:35: note: Condition 'relhasrules[0]!='1'' is always true psqlodbc-13.02.0000/info.c:1058:8: style: Variable 'len' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch] psqlodbc-13.02.0000/info.c:1056:8: note: $symbol is assigned psqlodbc-13.02.0000/info.c:1058:8: note: $symbol is overwritten psqlodbc-13.02.0000/info.c:1062:8: style: Variable 'len' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch] psqlodbc-13.02.0000/info.c:1060:8: note: $symbol is assigned psqlodbc-13.02.0000/info.c:1062:8: note: $symbol is overwritten psqlodbc-13.02.0000/info.c:1064:8: style: Variable 'len' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch] psqlodbc-13.02.0000/info.c:1062:8: note: $symbol is assigned psqlodbc-13.02.0000/info.c:1064:8: note: $symbol is overwritten psqlodbc-13.02.0000/info.c:1066:8: style: Variable 'len' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch] psqlodbc-13.02.0000/info.c:1064:8: note: $symbol is assigned psqlodbc-13.02.0000/info.c:1066:8: note: $symbol is overwritten psqlodbc-13.02.0000/info.c:696:30: style: Same expression on both sides of '|'. [duplicateExpression] psqlodbc-13.02.0000/info.c:705:52: style: Same expression 'SQL_FN_TD_NOW' found multiple times in chain of '|' operators. [duplicateExpression] psqlodbc-13.02.0000/info.c:72:20: style:inconclusive: Function 'PGAPI_GetInfo' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:115:36: note: Function 'PGAPI_GetInfo' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. psqlodbc-13.02.0000/info.c:72:20: note: Function 'PGAPI_GetInfo' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. psqlodbc-13.02.0000/info.c:73:19: style:inconclusive: Function 'PGAPI_GetInfo' argument 2 names different: declaration 'InfoType' definition 'fInfoType'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:116:19: note: Function 'PGAPI_GetInfo' argument 2 names different: declaration 'InfoType' definition 'fInfoType'. psqlodbc-13.02.0000/info.c:73:19: note: Function 'PGAPI_GetInfo' argument 2 names different: declaration 'InfoType' definition 'fInfoType'. psqlodbc-13.02.0000/info.c:74:10: style:inconclusive: Function 'PGAPI_GetInfo' argument 3 names different: declaration 'InfoValue' definition 'rgbInfoValue'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:116:33: note: Function 'PGAPI_GetInfo' argument 3 names different: declaration 'InfoValue' definition 'rgbInfoValue'. psqlodbc-13.02.0000/info.c:74:10: note: Function 'PGAPI_GetInfo' argument 3 names different: declaration 'InfoValue' definition 'rgbInfoValue'. psqlodbc-13.02.0000/info.c:75:18: style:inconclusive: Function 'PGAPI_GetInfo' argument 4 names different: declaration 'BufferLength' definition 'cbInfoValueMax'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:117:18: note: Function 'PGAPI_GetInfo' argument 4 names different: declaration 'BufferLength' definition 'cbInfoValueMax'. psqlodbc-13.02.0000/info.c:75:18: note: Function 'PGAPI_GetInfo' argument 4 names different: declaration 'BufferLength' definition 'cbInfoValueMax'. psqlodbc-13.02.0000/info.c:76:20: style:inconclusive: Function 'PGAPI_GetInfo' argument 5 names different: declaration 'StringLength' definition 'pcbInfoValue'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:117:45: note: Function 'PGAPI_GetInfo' argument 5 names different: declaration 'StringLength' definition 'pcbInfoValue'. psqlodbc-13.02.0000/info.c:76:20: note: Function 'PGAPI_GetInfo' argument 5 names different: declaration 'StringLength' definition 'pcbInfoValue'. psqlodbc-13.02.0000/info.c:1144:25: style:inconclusive: Function 'PGAPI_GetTypeInfo' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:121:41: note: Function 'PGAPI_GetTypeInfo' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/info.c:1144:25: note: Function 'PGAPI_GetTypeInfo' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/info.c:1145:19: style:inconclusive: Function 'PGAPI_GetTypeInfo' argument 2 names different: declaration 'DataType' definition 'fSqlType'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:122:19: note: Function 'PGAPI_GetTypeInfo' argument 2 names different: declaration 'DataType' definition 'fSqlType'. psqlodbc-13.02.0000/info.c:1145:19: note: Function 'PGAPI_GetTypeInfo' argument 2 names different: declaration 'DataType' definition 'fSqlType'. psqlodbc-13.02.0000/info.c:1333:25: style:inconclusive: Function 'PGAPI_GetFunctions' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:111:41: note: Function 'PGAPI_GetFunctions' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. psqlodbc-13.02.0000/info.c:1333:25: note: Function 'PGAPI_GetFunctions' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. psqlodbc-13.02.0000/info.c:1334:21: style:inconclusive: Function 'PGAPI_GetFunctions' argument 2 names different: declaration 'FunctionId' definition 'fFunction'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:112:21: note: Function 'PGAPI_GetFunctions' argument 2 names different: declaration 'FunctionId' definition 'fFunction'. psqlodbc-13.02.0000/info.c:1334:21: note: Function 'PGAPI_GetFunctions' argument 2 names different: declaration 'FunctionId' definition 'fFunction'. psqlodbc-13.02.0000/info.c:1335:23: style:inconclusive: Function 'PGAPI_GetFunctions' argument 3 names different: declaration 'Supported' definition 'pfExists'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:112:47: note: Function 'PGAPI_GetFunctions' argument 3 names different: declaration 'Supported' definition 'pfExists'. psqlodbc-13.02.0000/info.c:1335:23: note: Function 'PGAPI_GetFunctions' argument 3 names different: declaration 'Supported' definition 'pfExists'. psqlodbc-13.02.0000/info.c:1775:20: style:inconclusive: Function 'PGAPI_Tables' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:155:36: note: Function 'PGAPI_Tables' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/info.c:1775:20: note: Function 'PGAPI_Tables' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/info.c:1776:21: style:inconclusive: Function 'PGAPI_Tables' argument 2 names different: declaration 'CatalogName' definition 'szTableQualifier'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:156:20: note: Function 'PGAPI_Tables' argument 2 names different: declaration 'CatalogName' definition 'szTableQualifier'. psqlodbc-13.02.0000/info.c:1776:21: note: Function 'PGAPI_Tables' argument 2 names different: declaration 'CatalogName' definition 'szTableQualifier'. psqlodbc-13.02.0000/info.c:1777:17: style:inconclusive: Function 'PGAPI_Tables' argument 3 names different: declaration 'NameLength1' definition 'cbTableQualifier'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:156:45: note: Function 'PGAPI_Tables' argument 3 names different: declaration 'NameLength1' definition 'cbTableQualifier'. psqlodbc-13.02.0000/info.c:1777:17: note: Function 'PGAPI_Tables' argument 3 names different: declaration 'NameLength1' definition 'cbTableQualifier'. psqlodbc-13.02.0000/info.c:1778:21: style:inconclusive: Function 'PGAPI_Tables' argument 4 names different: declaration 'SchemaName' definition 'szTableOwner'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:157:20: note: Function 'PGAPI_Tables' argument 4 names different: declaration 'SchemaName' definition 'szTableOwner'. psqlodbc-13.02.0000/info.c:1778:21: note: Function 'PGAPI_Tables' argument 4 names different: declaration 'SchemaName' definition 'szTableOwner'. psqlodbc-13.02.0000/info.c:1779:17: style:inconclusive: Function 'PGAPI_Tables' argument 5 names different: declaration 'NameLength2' definition 'cbTableOwner'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:157:44: note: Function 'PGAPI_Tables' argument 5 names different: declaration 'NameLength2' definition 'cbTableOwner'. psqlodbc-13.02.0000/info.c:1779:17: note: Function 'PGAPI_Tables' argument 5 names different: declaration 'NameLength2' definition 'cbTableOwner'. psqlodbc-13.02.0000/info.c:1780:21: style:inconclusive: Function 'PGAPI_Tables' argument 6 names different: declaration 'TableName' definition 'szTableName'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:158:20: note: Function 'PGAPI_Tables' argument 6 names different: declaration 'TableName' definition 'szTableName'. psqlodbc-13.02.0000/info.c:1780:21: note: Function 'PGAPI_Tables' argument 6 names different: declaration 'TableName' definition 'szTableName'. psqlodbc-13.02.0000/info.c:1781:17: style:inconclusive: Function 'PGAPI_Tables' argument 7 names different: declaration 'NameLength3' definition 'cbTableName'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:158:43: note: Function 'PGAPI_Tables' argument 7 names different: declaration 'NameLength3' definition 'cbTableName'. psqlodbc-13.02.0000/info.c:1781:17: note: Function 'PGAPI_Tables' argument 7 names different: declaration 'NameLength3' definition 'cbTableName'. psqlodbc-13.02.0000/info.c:1782:21: style:inconclusive: Function 'PGAPI_Tables' argument 8 names different: declaration 'TableType' definition 'szTableType'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:159:20: note: Function 'PGAPI_Tables' argument 8 names different: declaration 'TableType' definition 'szTableType'. psqlodbc-13.02.0000/info.c:1782:21: note: Function 'PGAPI_Tables' argument 8 names different: declaration 'TableType' definition 'szTableType'. psqlodbc-13.02.0000/info.c:1783:17: style:inconclusive: Function 'PGAPI_Tables' argument 9 names different: declaration 'NameLength4' definition 'cbTableType'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:159:43: note: Function 'PGAPI_Tables' argument 9 names different: declaration 'NameLength4' definition 'cbTableType'. psqlodbc-13.02.0000/info.c:1783:17: note: Function 'PGAPI_Tables' argument 9 names different: declaration 'NameLength4' definition 'cbTableType'. psqlodbc-13.02.0000/info.c:2304:21: style:inconclusive: Function 'PGAPI_Columns' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:43:37: note: Function 'PGAPI_Columns' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/info.c:2304:21: note: Function 'PGAPI_Columns' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/info.c:2305:22: style:inconclusive: Function 'PGAPI_Columns' argument 2 names different: declaration 'CatalogName' definition 'szTableQualifier'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:44:21: note: Function 'PGAPI_Columns' argument 2 names different: declaration 'CatalogName' definition 'szTableQualifier'. psqlodbc-13.02.0000/info.c:2305:22: note: Function 'PGAPI_Columns' argument 2 names different: declaration 'CatalogName' definition 'szTableQualifier'. psqlodbc-13.02.0000/info.c:2306:18: style:inconclusive: Function 'PGAPI_Columns' argument 3 names different: declaration 'NameLength1' definition 'cbTableQualifier'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:44:46: note: Function 'PGAPI_Columns' argument 3 names different: declaration 'NameLength1' definition 'cbTableQualifier'. psqlodbc-13.02.0000/info.c:2306:18: note: Function 'PGAPI_Columns' argument 3 names different: declaration 'NameLength1' definition 'cbTableQualifier'. psqlodbc-13.02.0000/info.c:2307:22: style:inconclusive: Function 'PGAPI_Columns' argument 4 names different: declaration 'SchemaName' definition 'szTableOwner'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:45:21: note: Function 'PGAPI_Columns' argument 4 names different: declaration 'SchemaName' definition 'szTableOwner'. psqlodbc-13.02.0000/info.c:2307:22: note: Function 'PGAPI_Columns' argument 4 names different: declaration 'SchemaName' definition 'szTableOwner'. psqlodbc-13.02.0000/info.c:2308:18: style:inconclusive: Function 'PGAPI_Columns' argument 5 names different: declaration 'NameLength2' definition 'cbTableOwner'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:45:45: note: Function 'PGAPI_Columns' argument 5 names different: declaration 'NameLength2' definition 'cbTableOwner'. psqlodbc-13.02.0000/info.c:2308:18: note: Function 'PGAPI_Columns' argument 5 names different: declaration 'NameLength2' definition 'cbTableOwner'. psqlodbc-13.02.0000/info.c:2309:22: style:inconclusive: Function 'PGAPI_Columns' argument 6 names different: declaration 'TableName' definition 'szTableName'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:46:21: note: Function 'PGAPI_Columns' argument 6 names different: declaration 'TableName' definition 'szTableName'. psqlodbc-13.02.0000/info.c:2309:22: note: Function 'PGAPI_Columns' argument 6 names different: declaration 'TableName' definition 'szTableName'. psqlodbc-13.02.0000/info.c:2310:18: style:inconclusive: Function 'PGAPI_Columns' argument 7 names different: declaration 'NameLength3' definition 'cbTableName'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:46:44: note: Function 'PGAPI_Columns' argument 7 names different: declaration 'NameLength3' definition 'cbTableName'. psqlodbc-13.02.0000/info.c:2310:18: note: Function 'PGAPI_Columns' argument 7 names different: declaration 'NameLength3' definition 'cbTableName'. psqlodbc-13.02.0000/info.c:2311:22: style:inconclusive: Function 'PGAPI_Columns' argument 8 names different: declaration 'ColumnName' definition 'szColumnName'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:47:21: note: Function 'PGAPI_Columns' argument 8 names different: declaration 'ColumnName' definition 'szColumnName'. psqlodbc-13.02.0000/info.c:2311:22: note: Function 'PGAPI_Columns' argument 8 names different: declaration 'ColumnName' definition 'szColumnName'. psqlodbc-13.02.0000/info.c:2312:18: style:inconclusive: Function 'PGAPI_Columns' argument 9 names different: declaration 'NameLength4' definition 'cbColumnName'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:47:45: note: Function 'PGAPI_Columns' argument 9 names different: declaration 'NameLength4' definition 'cbColumnName'. psqlodbc-13.02.0000/info.c:2312:18: note: Function 'PGAPI_Columns' argument 9 names different: declaration 'NameLength4' definition 'cbColumnName'. psqlodbc-13.02.0000/info.c:2905:28: style:inconclusive: Function 'PGAPI_SpecialColumns' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:144:44: note: Function 'PGAPI_SpecialColumns' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/info.c:2905:28: note: Function 'PGAPI_SpecialColumns' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/info.c:2906:20: style:inconclusive: Function 'PGAPI_SpecialColumns' argument 2 names different: declaration 'IdentifierType' definition 'fColType'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:145:20: note: Function 'PGAPI_SpecialColumns' argument 2 names different: declaration 'IdentifierType' definition 'fColType'. psqlodbc-13.02.0000/info.c:2906:20: note: Function 'PGAPI_SpecialColumns' argument 2 names different: declaration 'IdentifierType' definition 'fColType'. psqlodbc-13.02.0000/info.c:2907:23: style:inconclusive: Function 'PGAPI_SpecialColumns' argument 3 names different: declaration 'CatalogName' definition 'szTableQualifier'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:145:51: note: Function 'PGAPI_SpecialColumns' argument 3 names different: declaration 'CatalogName' definition 'szTableQualifier'. psqlodbc-13.02.0000/info.c:2907:23: note: Function 'PGAPI_SpecialColumns' argument 3 names different: declaration 'CatalogName' definition 'szTableQualifier'. psqlodbc-13.02.0000/info.c:2908:19: style:inconclusive: Function 'PGAPI_SpecialColumns' argument 4 names different: declaration 'NameLength1' definition 'cbTableQualifier'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:146:19: note: Function 'PGAPI_SpecialColumns' argument 4 names different: declaration 'NameLength1' definition 'cbTableQualifier'. psqlodbc-13.02.0000/info.c:2908:19: note: Function 'PGAPI_SpecialColumns' argument 4 names different: declaration 'NameLength1' definition 'cbTableQualifier'. psqlodbc-13.02.0000/info.c:2909:23: style:inconclusive: Function 'PGAPI_SpecialColumns' argument 5 names different: declaration 'SchemaName' definition 'szTableOwner'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:146:47: note: Function 'PGAPI_SpecialColumns' argument 5 names different: declaration 'SchemaName' definition 'szTableOwner'. psqlodbc-13.02.0000/info.c:2909:23: note: Function 'PGAPI_SpecialColumns' argument 5 names different: declaration 'SchemaName' definition 'szTableOwner'. psqlodbc-13.02.0000/info.c:2910:19: style:inconclusive: Function 'PGAPI_SpecialColumns' argument 6 names different: declaration 'NameLength2' definition 'cbTableOwner'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:147:19: note: Function 'PGAPI_SpecialColumns' argument 6 names different: declaration 'NameLength2' definition 'cbTableOwner'. psqlodbc-13.02.0000/info.c:2910:19: note: Function 'PGAPI_SpecialColumns' argument 6 names different: declaration 'NameLength2' definition 'cbTableOwner'. psqlodbc-13.02.0000/info.c:2911:23: style:inconclusive: Function 'PGAPI_SpecialColumns' argument 7 names different: declaration 'TableName' definition 'szTableName'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:147:47: note: Function 'PGAPI_SpecialColumns' argument 7 names different: declaration 'TableName' definition 'szTableName'. psqlodbc-13.02.0000/info.c:2911:23: note: Function 'PGAPI_SpecialColumns' argument 7 names different: declaration 'TableName' definition 'szTableName'. psqlodbc-13.02.0000/info.c:2912:19: style:inconclusive: Function 'PGAPI_SpecialColumns' argument 8 names different: declaration 'NameLength3' definition 'cbTableName'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:148:19: note: Function 'PGAPI_SpecialColumns' argument 8 names different: declaration 'NameLength3' definition 'cbTableName'. psqlodbc-13.02.0000/info.c:2912:19: note: Function 'PGAPI_SpecialColumns' argument 8 names different: declaration 'NameLength3' definition 'cbTableName'. psqlodbc-13.02.0000/info.c:2913:20: style:inconclusive: Function 'PGAPI_SpecialColumns' argument 9 names different: declaration 'Scope' definition 'fScope'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:148:45: note: Function 'PGAPI_SpecialColumns' argument 9 names different: declaration 'Scope' definition 'fScope'. psqlodbc-13.02.0000/info.c:2913:20: note: Function 'PGAPI_SpecialColumns' argument 9 names different: declaration 'Scope' definition 'fScope'. psqlodbc-13.02.0000/info.c:2914:20: style:inconclusive: Function 'PGAPI_SpecialColumns' argument 10 names different: declaration 'Nullable' definition 'fNullable'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:149:20: note: Function 'PGAPI_SpecialColumns' argument 10 names different: declaration 'Nullable' definition 'fNullable'. psqlodbc-13.02.0000/info.c:2914:20: note: Function 'PGAPI_SpecialColumns' argument 10 names different: declaration 'Nullable' definition 'fNullable'. psqlodbc-13.02.0000/info.c:3170:24: style:inconclusive: Function 'PGAPI_Statistics' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:150:40: note: Function 'PGAPI_Statistics' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/info.c:3170:24: note: Function 'PGAPI_Statistics' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/info.c:3171:22: style:inconclusive: Function 'PGAPI_Statistics' argument 2 names different: declaration 'CatalogName' definition 'szTableQualifier'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:151:21: note: Function 'PGAPI_Statistics' argument 2 names different: declaration 'CatalogName' definition 'szTableQualifier'. psqlodbc-13.02.0000/info.c:3171:22: note: Function 'PGAPI_Statistics' argument 2 names different: declaration 'CatalogName' definition 'szTableQualifier'. psqlodbc-13.02.0000/info.c:3172:18: style:inconclusive: Function 'PGAPI_Statistics' argument 3 names different: declaration 'NameLength1' definition 'cbTableQualifier'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:151:46: note: Function 'PGAPI_Statistics' argument 3 names different: declaration 'NameLength1' definition 'cbTableQualifier'. psqlodbc-13.02.0000/info.c:3172:18: note: Function 'PGAPI_Statistics' argument 3 names different: declaration 'NameLength1' definition 'cbTableQualifier'. psqlodbc-13.02.0000/info.c:3173:22: style:inconclusive: Function 'PGAPI_Statistics' argument 4 names different: declaration 'SchemaName' definition 'szTableOwner'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:152:21: note: Function 'PGAPI_Statistics' argument 4 names different: declaration 'SchemaName' definition 'szTableOwner'. psqlodbc-13.02.0000/info.c:3173:22: note: Function 'PGAPI_Statistics' argument 4 names different: declaration 'SchemaName' definition 'szTableOwner'. psqlodbc-13.02.0000/info.c:3174:18: style:inconclusive: Function 'PGAPI_Statistics' argument 5 names different: declaration 'NameLength2' definition 'cbTableOwner'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:152:45: note: Function 'PGAPI_Statistics' argument 5 names different: declaration 'NameLength2' definition 'cbTableOwner'. psqlodbc-13.02.0000/info.c:3174:18: note: Function 'PGAPI_Statistics' argument 5 names different: declaration 'NameLength2' definition 'cbTableOwner'. psqlodbc-13.02.0000/info.c:3175:22: style:inconclusive: Function 'PGAPI_Statistics' argument 6 names different: declaration 'TableName' definition 'szTableName'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:153:21: note: Function 'PGAPI_Statistics' argument 6 names different: declaration 'TableName' definition 'szTableName'. psqlodbc-13.02.0000/info.c:3175:22: note: Function 'PGAPI_Statistics' argument 6 names different: declaration 'TableName' definition 'szTableName'. psqlodbc-13.02.0000/info.c:3176:18: style:inconclusive: Function 'PGAPI_Statistics' argument 7 names different: declaration 'NameLength3' definition 'cbTableName'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:153:44: note: Function 'PGAPI_Statistics' argument 7 names different: declaration 'NameLength3' definition 'cbTableName'. psqlodbc-13.02.0000/info.c:3176:18: note: Function 'PGAPI_Statistics' argument 7 names different: declaration 'NameLength3' definition 'cbTableName'. psqlodbc-13.02.0000/info.c:3177:19: style:inconclusive: Function 'PGAPI_Statistics' argument 8 names different: declaration 'Unique' definition 'fUnique'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:154:19: note: Function 'PGAPI_Statistics' argument 8 names different: declaration 'Unique' definition 'fUnique'. psqlodbc-13.02.0000/info.c:3177:19: note: Function 'PGAPI_Statistics' argument 8 names different: declaration 'Unique' definition 'fUnique'. psqlodbc-13.02.0000/info.c:3178:19: style:inconclusive: Function 'PGAPI_Statistics' argument 9 names different: declaration 'Reserved' definition 'fAccuracy'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:154:40: note: Function 'PGAPI_Statistics' argument 9 names different: declaration 'Reserved' definition 'fAccuracy'. psqlodbc-13.02.0000/info.c:3178:19: note: Function 'PGAPI_Statistics' argument 9 names different: declaration 'Reserved' definition 'fAccuracy'. psqlodbc-13.02.0000/info.c:3683:25: style:inconclusive: Function 'PGAPI_ColumnPrivileges' argument 2 names different: declaration 'szCatalogName' definition 'szTableQualifier'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:173:24: note: Function 'PGAPI_ColumnPrivileges' argument 2 names different: declaration 'szCatalogName' definition 'szTableQualifier'. psqlodbc-13.02.0000/info.c:3683:25: note: Function 'PGAPI_ColumnPrivileges' argument 2 names different: declaration 'szCatalogName' definition 'szTableQualifier'. psqlodbc-13.02.0000/info.c:3684:21: style:inconclusive: Function 'PGAPI_ColumnPrivileges' argument 3 names different: declaration 'cbCatalogName' definition 'cbTableQualifier'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:174:21: note: Function 'PGAPI_ColumnPrivileges' argument 3 names different: declaration 'cbCatalogName' definition 'cbTableQualifier'. psqlodbc-13.02.0000/info.c:3684:21: note: Function 'PGAPI_ColumnPrivileges' argument 3 names different: declaration 'cbCatalogName' definition 'cbTableQualifier'. psqlodbc-13.02.0000/info.c:3685:25: style:inconclusive: Function 'PGAPI_ColumnPrivileges' argument 4 names different: declaration 'szSchemaName' definition 'szTableOwner'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:175:24: note: Function 'PGAPI_ColumnPrivileges' argument 4 names different: declaration 'szSchemaName' definition 'szTableOwner'. psqlodbc-13.02.0000/info.c:3685:25: note: Function 'PGAPI_ColumnPrivileges' argument 4 names different: declaration 'szSchemaName' definition 'szTableOwner'. psqlodbc-13.02.0000/info.c:3686:21: style:inconclusive: Function 'PGAPI_ColumnPrivileges' argument 5 names different: declaration 'cbSchemaName' definition 'cbTableOwner'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:176:21: note: Function 'PGAPI_ColumnPrivileges' argument 5 names different: declaration 'cbSchemaName' definition 'cbTableOwner'. psqlodbc-13.02.0000/info.c:3686:21: note: Function 'PGAPI_ColumnPrivileges' argument 5 names different: declaration 'cbSchemaName' definition 'cbTableOwner'. psqlodbc-13.02.0000/info.c:3785:23: style:inconclusive: Function 'PGAPI_PrimaryKeys' argument 2 names different: declaration 'szCatalogName' definition 'szTableQualifier'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:229:22: note: Function 'PGAPI_PrimaryKeys' argument 2 names different: declaration 'szCatalogName' definition 'szTableQualifier'. psqlodbc-13.02.0000/info.c:3785:23: note: Function 'PGAPI_PrimaryKeys' argument 2 names different: declaration 'szCatalogName' definition 'szTableQualifier'. psqlodbc-13.02.0000/info.c:3786:19: style:inconclusive: Function 'PGAPI_PrimaryKeys' argument 3 names different: declaration 'cbCatalogName' definition 'cbTableQualifier'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:230:19: note: Function 'PGAPI_PrimaryKeys' argument 3 names different: declaration 'cbCatalogName' definition 'cbTableQualifier'. psqlodbc-13.02.0000/info.c:3786:19: note: Function 'PGAPI_PrimaryKeys' argument 3 names different: declaration 'cbCatalogName' definition 'cbTableQualifier'. psqlodbc-13.02.0000/info.c:3787:23: style:inconclusive: Function 'PGAPI_PrimaryKeys' argument 4 names different: declaration 'szSchemaName' definition 'szTableOwner'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:231:22: note: Function 'PGAPI_PrimaryKeys' argument 4 names different: declaration 'szSchemaName' definition 'szTableOwner'. psqlodbc-13.02.0000/info.c:3787:23: note: Function 'PGAPI_PrimaryKeys' argument 4 names different: declaration 'szSchemaName' definition 'szTableOwner'. psqlodbc-13.02.0000/info.c:3788:19: style:inconclusive: Function 'PGAPI_PrimaryKeys' argument 5 names different: declaration 'cbSchemaName' definition 'cbTableOwner'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:232:19: note: Function 'PGAPI_PrimaryKeys' argument 5 names different: declaration 'cbSchemaName' definition 'cbTableOwner'. psqlodbc-13.02.0000/info.c:3788:19: note: Function 'PGAPI_PrimaryKeys' argument 5 names different: declaration 'cbSchemaName' definition 'cbTableOwner'. psqlodbc-13.02.0000/info.c:4978:23: style:inconclusive: Function 'PGAPI_ForeignKeys' argument 2 names different: declaration 'szPkCatalogName' definition 'szPkTableQualifier'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:199:22: note: Function 'PGAPI_ForeignKeys' argument 2 names different: declaration 'szPkCatalogName' definition 'szPkTableQualifier'. psqlodbc-13.02.0000/info.c:4978:23: note: Function 'PGAPI_ForeignKeys' argument 2 names different: declaration 'szPkCatalogName' definition 'szPkTableQualifier'. psqlodbc-13.02.0000/info.c:4979:19: style:inconclusive: Function 'PGAPI_ForeignKeys' argument 3 names different: declaration 'cbPkCatalogName' definition 'cbPkTableQualifier'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:200:19: note: Function 'PGAPI_ForeignKeys' argument 3 names different: declaration 'cbPkCatalogName' definition 'cbPkTableQualifier'. psqlodbc-13.02.0000/info.c:4979:19: note: Function 'PGAPI_ForeignKeys' argument 3 names different: declaration 'cbPkCatalogName' definition 'cbPkTableQualifier'. psqlodbc-13.02.0000/info.c:4980:23: style:inconclusive: Function 'PGAPI_ForeignKeys' argument 4 names different: declaration 'szPkSchemaName' definition 'szPkTableOwner'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:201:22: note: Function 'PGAPI_ForeignKeys' argument 4 names different: declaration 'szPkSchemaName' definition 'szPkTableOwner'. psqlodbc-13.02.0000/info.c:4980:23: note: Function 'PGAPI_ForeignKeys' argument 4 names different: declaration 'szPkSchemaName' definition 'szPkTableOwner'. psqlodbc-13.02.0000/info.c:4981:19: style:inconclusive: Function 'PGAPI_ForeignKeys' argument 5 names different: declaration 'cbPkSchemaName' definition 'cbPkTableOwner'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:202:19: note: Function 'PGAPI_ForeignKeys' argument 5 names different: declaration 'cbPkSchemaName' definition 'cbPkTableOwner'. psqlodbc-13.02.0000/info.c:4981:19: note: Function 'PGAPI_ForeignKeys' argument 5 names different: declaration 'cbPkSchemaName' definition 'cbPkTableOwner'. psqlodbc-13.02.0000/info.c:4984:23: style:inconclusive: Function 'PGAPI_ForeignKeys' argument 8 names different: declaration 'szFkCatalogName' definition 'szFkTableQualifier'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:205:22: note: Function 'PGAPI_ForeignKeys' argument 8 names different: declaration 'szFkCatalogName' definition 'szFkTableQualifier'. psqlodbc-13.02.0000/info.c:4984:23: note: Function 'PGAPI_ForeignKeys' argument 8 names different: declaration 'szFkCatalogName' definition 'szFkTableQualifier'. psqlodbc-13.02.0000/info.c:4985:19: style:inconclusive: Function 'PGAPI_ForeignKeys' argument 9 names different: declaration 'cbFkCatalogName' definition 'cbFkTableQualifier'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:206:19: note: Function 'PGAPI_ForeignKeys' argument 9 names different: declaration 'cbFkCatalogName' definition 'cbFkTableQualifier'. psqlodbc-13.02.0000/info.c:4985:19: note: Function 'PGAPI_ForeignKeys' argument 9 names different: declaration 'cbFkCatalogName' definition 'cbFkTableQualifier'. psqlodbc-13.02.0000/info.c:4986:23: style:inconclusive: Function 'PGAPI_ForeignKeys' argument 10 names different: declaration 'szFkSchemaName' definition 'szFkTableOwner'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:207:22: note: Function 'PGAPI_ForeignKeys' argument 10 names different: declaration 'szFkSchemaName' definition 'szFkTableOwner'. psqlodbc-13.02.0000/info.c:4986:23: note: Function 'PGAPI_ForeignKeys' argument 10 names different: declaration 'szFkSchemaName' definition 'szFkTableOwner'. psqlodbc-13.02.0000/info.c:4987:19: style:inconclusive: Function 'PGAPI_ForeignKeys' argument 11 names different: declaration 'cbFkSchemaName' definition 'cbFkTableOwner'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:208:19: note: Function 'PGAPI_ForeignKeys' argument 11 names different: declaration 'cbFkSchemaName' definition 'cbFkTableOwner'. psqlodbc-13.02.0000/info.c:4987:19: note: Function 'PGAPI_ForeignKeys' argument 11 names different: declaration 'cbFkSchemaName' definition 'cbFkTableOwner'. psqlodbc-13.02.0000/info.c:5036:25: style:inconclusive: Function 'PGAPI_ProcedureColumns' argument 2 names different: declaration 'szCatalogName' definition 'szProcQualifier'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:238:24: note: Function 'PGAPI_ProcedureColumns' argument 2 names different: declaration 'szCatalogName' definition 'szProcQualifier'. psqlodbc-13.02.0000/info.c:5036:25: note: Function 'PGAPI_ProcedureColumns' argument 2 names different: declaration 'szCatalogName' definition 'szProcQualifier'. psqlodbc-13.02.0000/info.c:5037:21: style:inconclusive: Function 'PGAPI_ProcedureColumns' argument 3 names different: declaration 'cbCatalogName' definition 'cbProcQualifier'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:239:21: note: Function 'PGAPI_ProcedureColumns' argument 3 names different: declaration 'cbCatalogName' definition 'cbProcQualifier'. psqlodbc-13.02.0000/info.c:5037:21: note: Function 'PGAPI_ProcedureColumns' argument 3 names different: declaration 'cbCatalogName' definition 'cbProcQualifier'. psqlodbc-13.02.0000/info.c:5038:25: style:inconclusive: Function 'PGAPI_ProcedureColumns' argument 4 names different: declaration 'szSchemaName' definition 'szProcOwner'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:240:24: note: Function 'PGAPI_ProcedureColumns' argument 4 names different: declaration 'szSchemaName' definition 'szProcOwner'. psqlodbc-13.02.0000/info.c:5038:25: note: Function 'PGAPI_ProcedureColumns' argument 4 names different: declaration 'szSchemaName' definition 'szProcOwner'. psqlodbc-13.02.0000/info.c:5039:21: style:inconclusive: Function 'PGAPI_ProcedureColumns' argument 5 names different: declaration 'cbSchemaName' definition 'cbProcOwner'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:241:21: note: Function 'PGAPI_ProcedureColumns' argument 5 names different: declaration 'cbSchemaName' definition 'cbProcOwner'. psqlodbc-13.02.0000/info.c:5039:21: note: Function 'PGAPI_ProcedureColumns' argument 5 names different: declaration 'cbSchemaName' definition 'cbProcOwner'. psqlodbc-13.02.0000/info.c:5443:22: style:inconclusive: Function 'PGAPI_Procedures' argument 2 names different: declaration 'szCatalogName' definition 'szProcQualifier'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:249:21: note: Function 'PGAPI_Procedures' argument 2 names different: declaration 'szCatalogName' definition 'szProcQualifier'. psqlodbc-13.02.0000/info.c:5443:22: note: Function 'PGAPI_Procedures' argument 2 names different: declaration 'szCatalogName' definition 'szProcQualifier'. psqlodbc-13.02.0000/info.c:5444:18: style:inconclusive: Function 'PGAPI_Procedures' argument 3 names different: declaration 'cbCatalogName' definition 'cbProcQualifier'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:250:18: note: Function 'PGAPI_Procedures' argument 3 names different: declaration 'cbCatalogName' definition 'cbProcQualifier'. psqlodbc-13.02.0000/info.c:5444:18: note: Function 'PGAPI_Procedures' argument 3 names different: declaration 'cbCatalogName' definition 'cbProcQualifier'. psqlodbc-13.02.0000/info.c:5445:22: style:inconclusive: Function 'PGAPI_Procedures' argument 4 names different: declaration 'szSchemaName' definition 'szProcOwner'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:251:21: note: Function 'PGAPI_Procedures' argument 4 names different: declaration 'szSchemaName' definition 'szProcOwner'. psqlodbc-13.02.0000/info.c:5445:22: note: Function 'PGAPI_Procedures' argument 4 names different: declaration 'szSchemaName' definition 'szProcOwner'. psqlodbc-13.02.0000/info.c:5446:18: style:inconclusive: Function 'PGAPI_Procedures' argument 5 names different: declaration 'cbSchemaName' definition 'cbProcOwner'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:252:18: note: Function 'PGAPI_Procedures' argument 5 names different: declaration 'cbSchemaName' definition 'cbProcOwner'. psqlodbc-13.02.0000/info.c:5446:18: note: Function 'PGAPI_Procedures' argument 5 names different: declaration 'cbSchemaName' definition 'cbProcOwner'. psqlodbc-13.02.0000/info.c:5584:24: style:inconclusive: Function 'PGAPI_TablePrivileges' argument 2 names different: declaration 'szCatalogName' definition 'szTableQualifier'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:263:23: note: Function 'PGAPI_TablePrivileges' argument 2 names different: declaration 'szCatalogName' definition 'szTableQualifier'. psqlodbc-13.02.0000/info.c:5584:24: note: Function 'PGAPI_TablePrivileges' argument 2 names different: declaration 'szCatalogName' definition 'szTableQualifier'. psqlodbc-13.02.0000/info.c:5585:20: style:inconclusive: Function 'PGAPI_TablePrivileges' argument 3 names different: declaration 'cbCatalogName' definition 'cbTableQualifier'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:264:20: note: Function 'PGAPI_TablePrivileges' argument 3 names different: declaration 'cbCatalogName' definition 'cbTableQualifier'. psqlodbc-13.02.0000/info.c:5585:20: note: Function 'PGAPI_TablePrivileges' argument 3 names different: declaration 'cbCatalogName' definition 'cbTableQualifier'. psqlodbc-13.02.0000/info.c:5586:24: style:inconclusive: Function 'PGAPI_TablePrivileges' argument 4 names different: declaration 'szSchemaName' definition 'szTableOwner'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:265:23: note: Function 'PGAPI_TablePrivileges' argument 4 names different: declaration 'szSchemaName' definition 'szTableOwner'. psqlodbc-13.02.0000/info.c:5586:24: note: Function 'PGAPI_TablePrivileges' argument 4 names different: declaration 'szSchemaName' definition 'szTableOwner'. psqlodbc-13.02.0000/info.c:5587:20: style:inconclusive: Function 'PGAPI_TablePrivileges' argument 5 names different: declaration 'cbSchemaName' definition 'cbTableOwner'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:266:20: note: Function 'PGAPI_TablePrivileges' argument 5 names different: declaration 'cbSchemaName' definition 'cbTableOwner'. psqlodbc-13.02.0000/info.c:5587:20: note: Function 'PGAPI_TablePrivileges' argument 5 names different: declaration 'cbSchemaName' definition 'cbTableOwner'. psqlodbc-13.02.0000/info.c:3577:20: style: Local variable 'res' shadows outer variable [shadowVariable] psqlodbc-13.02.0000/info.c:3183:16: note: Shadowed declaration psqlodbc-13.02.0000/info.c:3577:20: note: Shadow variable psqlodbc-13.02.0000/info.c:5766:10: style: Local variable 'i' shadows outer variable [shadowVariable] psqlodbc-13.02.0000/info.c:5599:31: note: Shadowed declaration psqlodbc-13.02.0000/info.c:5766:10: note: Shadow variable psqlodbc-13.02.0000/info.c:2869:10: style: Variable 'ordinal' is assigned a value that is never used. [unreadVariable] psqlodbc-13.02.0000/info.c:4827:13: style: Variable 'keyresult' is assigned a value that is never used. [unreadVariable] psqlodbc-13.02.0000/lobj.c:127:63: style:inconclusive: Function 'odbc_lo_lseek' argument 4 names different: declaration 'len' definition 'whence'. [funcArgNamesDifferent] psqlodbc-13.02.0000/lobj.h:35:69: note: Function 'odbc_lo_lseek' argument 4 names different: declaration 'len' definition 'whence'. psqlodbc-13.02.0000/lobj.c:127:63: note: Function 'odbc_lo_lseek' argument 4 names different: declaration 'len' definition 'whence'. psqlodbc-13.02.0000/lobj.c:171:66: style:inconclusive: Function 'odbc_lo_lseek64' argument 4 names different: declaration 'len' definition 'whence'. [funcArgNamesDifferent] psqlodbc-13.02.0000/lobj.h:38:72: note: Function 'odbc_lo_lseek64' argument 4 names different: declaration 'len' definition 'whence'. psqlodbc-13.02.0000/lobj.c:171:66: note: Function 'odbc_lo_lseek64' argument 4 names different: declaration 'len' definition 'whence'. psqlodbc-13.02.0000/misc.c:85:18: style: Array index 'i' is used before limits check. [arrayIndexThenCheck] psqlodbc-13.02.0000/misc.c:139:15: style:inconclusive: Function 'my_trim' argument 1 names different: declaration 'string' definition 's'. [funcArgNamesDifferent] psqlodbc-13.02.0000/misc.h:28:24: note: Function 'my_trim' argument 1 names different: declaration 'string' definition 's'. psqlodbc-13.02.0000/misc.c:139:15: note: Function 'my_trim' argument 1 names different: declaration 'string' definition 's'. psqlodbc-13.02.0000/misc.c:283:69: style:inconclusive: Function 'quote_table' argument 4 names different: declaration 'nuf_size' definition 'buf_size'. [funcArgNamesDifferent] psqlodbc-13.02.0000/misc.h:31:75: note: Function 'quote_table' argument 4 names different: declaration 'nuf_size' definition 'buf_size'. psqlodbc-13.02.0000/misc.c:283:69: note: Function 'quote_table' argument 4 names different: declaration 'nuf_size' definition 'buf_size'. psqlodbc-13.02.0000/multibyte.c:90:24: style:inconclusive: Function 'pg_CS_code' argument 1 names different: declaration 'stat_string' definition 'characterset_string'. [funcArgNamesDifferent] psqlodbc-13.02.0000/multibyte.h:57:35: note: Function 'pg_CS_code' argument 1 names different: declaration 'stat_string' definition 'characterset_string'. psqlodbc-13.02.0000/multibyte.c:90:24: note: Function 'pg_CS_code' argument 1 names different: declaration 'stat_string' definition 'characterset_string'. psqlodbc-13.02.0000/multibyte.c:119:36: style:inconclusive: Function 'check_client_encoding' argument 1 names different: declaration 'sql_string' definition 'conn_settings'. [funcArgNamesDifferent] psqlodbc-13.02.0000/multibyte.h:77:42: note: Function 'check_client_encoding' argument 1 names different: declaration 'sql_string' definition 'conn_settings'. psqlodbc-13.02.0000/multibyte.c:119:36: note: Function 'check_client_encoding' argument 1 names different: declaration 'sql_string' definition 'conn_settings'. psqlodbc-13.02.0000/mylog.c:70:8: portability: Non reentrant function 'getpwuid' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getpwuid_r'. [prohibitedgetpwuidCalled] psqlodbc-13.02.0000/mylog.c:61:14: style: Local variable 'exename' shadows outer variable [shadowVariable] psqlodbc-13.02.0000/mylog.c:114:17: note: Shadowed declaration psqlodbc-13.02.0000/mylog.c:61:14: note: Shadow variable psqlodbc-13.02.0000/odbcapi30.c:617:17: style: The if condition is the same as the previous if condition [duplicateCondition] psqlodbc-13.02.0000/odbcapi30.c:615:17: note: First condition psqlodbc-13.02.0000/odbcapi30.c:617:17: note: Second condition psqlodbc-13.02.0000/odbcapi30.c:554:27: style:inconclusive: Function 'PGAPI_GetFunctions30' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:113:43: note: Function 'PGAPI_GetFunctions30' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. psqlodbc-13.02.0000/odbcapi30.c:554:27: note: Function 'PGAPI_GetFunctions30' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. psqlodbc-13.02.0000/odbcapi30.c:554:46: style:inconclusive: Function 'PGAPI_GetFunctions30' argument 2 names different: declaration 'FunctionId' definition 'fFunction'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:114:20: note: Function 'PGAPI_GetFunctions30' argument 2 names different: declaration 'FunctionId' definition 'fFunction'. psqlodbc-13.02.0000/odbcapi30.c:554:46: note: Function 'PGAPI_GetFunctions30' argument 2 names different: declaration 'FunctionId' definition 'fFunction'. psqlodbc-13.02.0000/odbcapi30.c:554:76: style:inconclusive: Function 'PGAPI_GetFunctions30' argument 3 names different: declaration 'Supported' definition 'pfExists'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:114:46: note: Function 'PGAPI_GetFunctions30' argument 3 names different: declaration 'Supported' definition 'pfExists'. psqlodbc-13.02.0000/odbcapi30.c:554:76: note: Function 'PGAPI_GetFunctions30' argument 3 names different: declaration 'Supported' definition 'pfExists'. psqlodbc-13.02.0000/odbcapiw.c:791:21: style: Local variable 'conn' shadows outer variable [shadowVariable] psqlodbc-13.02.0000/odbcapiw.c:756:19: note: Shadowed declaration psqlodbc-13.02.0000/odbcapiw.c:791:21: note: Shadow variable psqlodbc-13.02.0000/options.c:397:8: warning: Either the condition '!conn' is redundant or there is possible null pointer dereference: conn. [nullPointerRedundantCheck] psqlodbc-13.02.0000/options.c:403:8: note: Assuming that condition '!conn' is not redundant psqlodbc-13.02.0000/options.c:397:8: note: Null pointer dereference psqlodbc-13.02.0000/options.c:405:5: warning: Either the condition '!conn' is redundant or there is possible null pointer dereference: conn. [nullPointerRedundantCheck] psqlodbc-13.02.0000/options.c:403:8: note: Assuming that condition '!conn' is not redundant psqlodbc-13.02.0000/options.c:405:5: note: Null pointer dereference psqlodbc-13.02.0000/options.c:534:8: warning: Either the condition '!conn' is redundant or there is possible null pointer dereference: conn. [nullPointerRedundantCheck] psqlodbc-13.02.0000/options.c:536:9: note: Assuming that condition '!conn' is not redundant psqlodbc-13.02.0000/options.c:534:8: note: Null pointer dereference psqlodbc-13.02.0000/options.c:575:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] psqlodbc-13.02.0000/options.c:297:29: style:inconclusive: Function 'PGAPI_SetConnectOption' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:133:45: note: Function 'PGAPI_SetConnectOption' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. psqlodbc-13.02.0000/options.c:297:29: note: Function 'PGAPI_SetConnectOption' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. psqlodbc-13.02.0000/options.c:298:22: style:inconclusive: Function 'PGAPI_SetConnectOption' argument 2 names different: declaration 'Option' definition 'fOption'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:134:22: note: Function 'PGAPI_SetConnectOption' argument 2 names different: declaration 'Option' definition 'fOption'. psqlodbc-13.02.0000/options.c:298:22: note: Function 'PGAPI_SetConnectOption' argument 2 names different: declaration 'Option' definition 'fOption'. psqlodbc-13.02.0000/options.c:299:17: style:inconclusive: Function 'PGAPI_SetConnectOption' argument 3 names different: declaration 'Value' definition 'vParam'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:134:38: note: Function 'PGAPI_SetConnectOption' argument 3 names different: declaration 'Value' definition 'vParam'. psqlodbc-13.02.0000/options.c:299:17: note: Function 'PGAPI_SetConnectOption' argument 3 names different: declaration 'Value' definition 'vParam'. psqlodbc-13.02.0000/options.c:482:29: style:inconclusive: Function 'PGAPI_GetConnectOption' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:101:45: note: Function 'PGAPI_GetConnectOption' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. psqlodbc-13.02.0000/options.c:482:29: note: Function 'PGAPI_GetConnectOption' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. psqlodbc-13.02.0000/options.c:483:22: style:inconclusive: Function 'PGAPI_GetConnectOption' argument 2 names different: declaration 'Option' definition 'fOption'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:102:17: note: Function 'PGAPI_GetConnectOption' argument 2 names different: declaration 'Option' definition 'fOption'. psqlodbc-13.02.0000/options.c:483:22: note: Function 'PGAPI_GetConnectOption' argument 2 names different: declaration 'Option' definition 'fOption'. psqlodbc-13.02.0000/options.c:484:13: style:inconclusive: Function 'PGAPI_GetConnectOption' argument 3 names different: declaration 'Value' definition 'pvParam'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:102:29: note: Function 'PGAPI_GetConnectOption' argument 3 names different: declaration 'Value' definition 'pvParam'. psqlodbc-13.02.0000/options.c:484:13: note: Function 'PGAPI_GetConnectOption' argument 3 names different: declaration 'Value' definition 'pvParam'. psqlodbc-13.02.0000/options.c:610:27: style:inconclusive: Function 'PGAPI_SetStmtOption' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:142:43: note: Function 'PGAPI_SetStmtOption' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/options.c:610:27: note: Function 'PGAPI_SetStmtOption' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/options.c:611:19: style:inconclusive: Function 'PGAPI_SetStmtOption' argument 2 names different: declaration 'Option' definition 'fOption'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:143:19: note: Function 'PGAPI_SetStmtOption' argument 2 names different: declaration 'Option' definition 'fOption'. psqlodbc-13.02.0000/options.c:611:19: note: Function 'PGAPI_SetStmtOption' argument 2 names different: declaration 'Option' definition 'fOption'. psqlodbc-13.02.0000/options.c:612:14: style:inconclusive: Function 'PGAPI_SetStmtOption' argument 3 names different: declaration 'Value' definition 'vParam'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:143:35: note: Function 'PGAPI_SetStmtOption' argument 3 names different: declaration 'Value' definition 'vParam'. psqlodbc-13.02.0000/options.c:612:14: note: Function 'PGAPI_SetStmtOption' argument 3 names different: declaration 'Value' definition 'vParam'. psqlodbc-13.02.0000/options.c:638:27: style:inconclusive: Function 'PGAPI_GetStmtOption' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:118:43: note: Function 'PGAPI_GetStmtOption' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/options.c:638:27: note: Function 'PGAPI_GetStmtOption' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/options.c:639:19: style:inconclusive: Function 'PGAPI_GetStmtOption' argument 2 names different: declaration 'Option' definition 'fOption'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:119:17: note: Function 'PGAPI_GetStmtOption' argument 2 names different: declaration 'Option' definition 'fOption'. psqlodbc-13.02.0000/options.c:639:19: note: Function 'PGAPI_GetStmtOption' argument 2 names different: declaration 'Option' definition 'fOption'. psqlodbc-13.02.0000/options.c:640:10: style:inconclusive: Function 'PGAPI_GetStmtOption' argument 3 names different: declaration 'Value' definition 'pvParam'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:119:29: note: Function 'PGAPI_GetStmtOption' argument 3 names different: declaration 'Value' definition 'pvParam'. psqlodbc-13.02.0000/options.c:640:10: note: Function 'PGAPI_GetStmtOption' argument 3 names different: declaration 'Value' definition 'pvParam'. psqlodbc-13.02.0000/parse.c:673:4: warning: Either the condition 'NULL!=wfi' is redundant or there is possible null pointer dereference: wfi. [nullPointerRedundantCheck] psqlodbc-13.02.0000/parse.c:667:13: note: Assuming that condition 'NULL!=wfi' is not redundant psqlodbc-13.02.0000/parse.c:673:4: note: Null pointer dereference psqlodbc-13.02.0000/parse.c:674:4: warning: Either the condition 'NULL!=wfi' is redundant or there is possible null pointer dereference: wfi. [nullPointerRedundantCheck] psqlodbc-13.02.0000/parse.c:667:13: note: Assuming that condition 'NULL!=wfi' is not redundant psqlodbc-13.02.0000/parse.c:674:4: note: Null pointer dereference psqlodbc-13.02.0000/parse.c:675:4: warning: Either the condition 'NULL!=wfi' is redundant or there is possible null pointer dereference: wfi. [nullPointerRedundantCheck] psqlodbc-13.02.0000/parse.c:667:13: note: Assuming that condition 'NULL!=wfi' is not redundant psqlodbc-13.02.0000/parse.c:675:4: note: Null pointer dereference psqlodbc-13.02.0000/parse.c:1111:8: style: Checking if unsigned expression 'nfields' is less than zero. [unsignedLessThanZero] psqlodbc-13.02.0000/parse.c:84:7: style:inconclusive: Function 'getNextToken' argument 2 names different: declaration 'escape_in_literal' definition 'escape_ch'. [funcArgNamesDifferent] psqlodbc-13.02.0000/parse.c:46:48: note: Function 'getNextToken' argument 2 names different: declaration 'escape_in_literal' definition 'escape_ch'. psqlodbc-13.02.0000/parse.c:84:7: note: Function 'getNextToken' argument 2 names different: declaration 'escape_in_literal' definition 'escape_ch'. psqlodbc-13.02.0000/parse.c:517:46: style:inconclusive: Function 'SC_initialize_cols_info' argument 1 names different: declaration 'self' definition 'stmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:505:47: note: Function 'SC_initialize_cols_info' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/parse.c:517:46: note: Function 'SC_initialize_cols_info' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/parse.c:1138:8: style: Local variable 'i' shadows outer variable [shadowVariable] psqlodbc-13.02.0000/parse.c:1107:7: note: Shadowed declaration psqlodbc-13.02.0000/parse.c:1138:8: note: Shadow variable psqlodbc-13.02.0000/parse.c:412:4: warning: Conversion of string literal "tableoid" to bool always evaluates to true. [incorrectStringBooleanError] psqlodbc-13.02.0000/parse.c:425:5: warning: Conversion of string literal "oid" to bool always evaluates to true. [incorrectStringBooleanError] psqlodbc-13.02.0000/parse.c:597:5: warning: Conversion of string literal "ctid" to bool always evaluates to true. [incorrectStringBooleanError] psqlodbc-13.02.0000/parse.c:600:5: warning: Conversion of string literal "oid" to bool always evaluates to true. [incorrectStringBooleanError] psqlodbc-13.02.0000/parse.c:603:5: warning: Conversion of string literal "xmin" to bool always evaluates to true. [incorrectStringBooleanError] psqlodbc-13.02.0000/pgapi30.c:541:23: error: Analysis failed. If the code is valid then please report this failure. [cppcheckError] psqlodbc-13.02.0000/pgtypes.c:649:4: style:inconclusive: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] psqlodbc-13.02.0000/pgtypes.c:780:4: style:inconclusive: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] psqlodbc-13.02.0000/pgtypes.c:518:72: style:inconclusive: Function 'pgtype_attr_to_concise_type' argument 3 names different: declaration 'typmod' definition 'atttypmod'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgtypes.h:96:84: note: Function 'pgtype_attr_to_concise_type' argument 3 names different: declaration 'typmod' definition 'atttypmod'. psqlodbc-13.02.0000/pgtypes.c:518:72: note: Function 'pgtype_attr_to_concise_type' argument 3 names different: declaration 'typmod' definition 'atttypmod'. psqlodbc-13.02.0000/pgtypes.c:654:71: style:inconclusive: Function 'pgtype_attr_to_sqldesctype' argument 3 names different: declaration 'typmod' definition 'atttypmod'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgtypes.h:97:83: note: Function 'pgtype_attr_to_sqldesctype' argument 3 names different: declaration 'typmod' definition 'atttypmod'. psqlodbc-13.02.0000/pgtypes.c:654:71: note: Function 'pgtype_attr_to_sqldesctype' argument 3 names different: declaration 'typmod' definition 'atttypmod'. psqlodbc-13.02.0000/pgtypes.c:673:72: style:inconclusive: Function 'pgtype_attr_to_datetime_sub' argument 3 names different: declaration 'typmod' definition 'atttypmod'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgtypes.h:98:84: note: Function 'pgtype_attr_to_datetime_sub' argument 3 names different: declaration 'typmod' definition 'atttypmod'. psqlodbc-13.02.0000/pgtypes.c:673:72: note: Function 'pgtype_attr_to_datetime_sub' argument 3 names different: declaration 'typmod' definition 'atttypmod'. psqlodbc-13.02.0000/pgtypes.c:704:65: style:inconclusive: Function 'pgtype_attr_to_ctype' argument 3 names different: declaration 'typmod' definition 'atttypmod'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgtypes.h:99:77: note: Function 'pgtype_attr_to_ctype' argument 3 names different: declaration 'typmod' definition 'atttypmod'. psqlodbc-13.02.0000/pgtypes.c:704:65: note: Function 'pgtype_attr_to_ctype' argument 3 names different: declaration 'typmod' definition 'atttypmod'. psqlodbc-13.02.0000/pgtypes.c:785:64: style:inconclusive: Function 'pgtype_attr_to_name' argument 3 names different: declaration 'typmod' definition 'atttypmod'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgtypes.h:100:76: note: Function 'pgtype_attr_to_name' argument 3 names different: declaration 'typmod' definition 'atttypmod'. psqlodbc-13.02.0000/pgtypes.c:785:64: note: Function 'pgtype_attr_to_name' argument 3 names different: declaration 'typmod' definition 'atttypmod'. psqlodbc-13.02.0000/pgtypes.c:1176:113: style:inconclusive: Function 'pgtype_attr_decimal_digits' argument 5 names different: declaration 'handle_unknown_size_as' definition 'UNUSED_handle_unknown_size_as'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgtypes.h:104:119: note: Function 'pgtype_attr_decimal_digits' argument 5 names different: declaration 'handle_unknown_size_as' definition 'UNUSED_handle_unknown_size_as'. psqlodbc-13.02.0000/pgtypes.c:1176:113: note: Function 'pgtype_attr_decimal_digits' argument 5 names different: declaration 'handle_unknown_size_as' definition 'UNUSED_handle_unknown_size_as'. psqlodbc-13.02.0000/pgtypes.c:1217:104: style:inconclusive: Function 'pgtype_attr_scale' argument 5 names different: declaration 'handle_unknown_size_as' definition 'UNUSED_handle_unknown_size_as'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgtypes.h:108:110: note: Function 'pgtype_attr_scale' argument 5 names different: declaration 'handle_unknown_size_as' definition 'UNUSED_handle_unknown_size_as'. psqlodbc-13.02.0000/pgtypes.c:1217:104: note: Function 'pgtype_attr_scale' argument 5 names different: declaration 'handle_unknown_size_as' definition 'UNUSED_handle_unknown_size_as'. psqlodbc-13.02.0000/pgtypes.c:1967:49: style:inconclusive: Function 'sqltype_to_default_ctype' argument 1 names different: declaration 'stmt' definition 'conn'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgtypes.h:134:61: note: Function 'sqltype_to_default_ctype' argument 1 names different: declaration 'stmt' definition 'conn'. psqlodbc-13.02.0000/pgtypes.c:1967:49: note: Function 'sqltype_to_default_ctype' argument 1 names different: declaration 'stmt' definition 'conn'. psqlodbc-13.02.0000/pgxalib.cpp:173:11: warning: Return value of function sqlState.empty() is not used. [ignoredReturnValue] psqlodbc-13.02.0000/pgxalib.cpp:174:9: warning: Return value of function errMsg.empty() is not used. [ignoredReturnValue] psqlodbc-13.02.0000/pgxalib.cpp:54:6: style:inconclusive: Technically the member function 'XAConnection::GetPos' can be const. [functionConst] psqlodbc-13.02.0000/pgxalib.cpp:55:16: style:inconclusive: Technically the member function 'XAConnection::GetConnstr' can be const. [functionConst] psqlodbc-13.02.0000/pgxalib.cpp:56:16: style:inconclusive: Technically the member function 'XAConnection::GetDsnstr' can be const. [functionConst] psqlodbc-13.02.0000/pgxalib.cpp:57:7: style:inconclusive: Technically the member function 'XAConnection::GetImmediateConnection' can be const. [functionConst] psqlodbc-13.02.0000/pgxalib.cpp:47:2: style: Class 'XAConnection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] psqlodbc-13.02.0000/pgxalib.cpp:215:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] psqlodbc-13.02.0000/pgxalib.cpp:444:34: warning: Either the condition 'sptr' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck] psqlodbc-13.02.0000/pgxalib.cpp:431:6: note: Assuming that condition 'sptr' is not redundant psqlodbc-13.02.0000/pgxalib.cpp:444:34: note: Null pointer addition psqlodbc-13.02.0000/pgxalib.cpp:157:4: style: C-style pointer casting [cstyleCast] psqlodbc-13.02.0000/pgxalib.cpp:166:13: style: C-style pointer casting [cstyleCast] psqlodbc-13.02.0000/pgxalib.cpp:167:11: style: C-style pointer casting [cstyleCast] psqlodbc-13.02.0000/pgxalib.cpp:176:4: style: C-style pointer casting [cstyleCast] psqlodbc-13.02.0000/pgxalib.cpp:187:13: style: C-style pointer casting [cstyleCast] psqlodbc-13.02.0000/pgxalib.cpp:188:11: style: C-style pointer casting [cstyleCast] psqlodbc-13.02.0000/pgxalib.cpp:430:9: style: C-style pointer casting [cstyleCast] psqlodbc-13.02.0000/pgxalib.cpp:443:14: style: C-style pointer casting [cstyleCast] psqlodbc-13.02.0000/pgxalib.cpp:444:14: style: C-style pointer casting [cstyleCast] psqlodbc-13.02.0000/pgxalib.cpp:648:14: style: C-style pointer casting [cstyleCast] psqlodbc-13.02.0000/pgxalib.cpp:649:30: style: C-style pointer casting [cstyleCast] psqlodbc-13.02.0000/pgxalib.cpp:661:19: style: C-style pointer casting [cstyleCast] psqlodbc-13.02.0000/pgxalib.cpp:716:14: style: C-style pointer casting [cstyleCast] psqlodbc-13.02.0000/pgxalib.cpp:717:30: style: C-style pointer casting [cstyleCast] psqlodbc-13.02.0000/pgxalib.cpp:728:19: style: C-style pointer casting [cstyleCast] psqlodbc-13.02.0000/pgxalib.cpp:764:29: style: C-style pointer casting [cstyleCast] psqlodbc-13.02.0000/pgxalib.cpp:152:6: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment] psqlodbc-13.02.0000/pgxalib.cpp:151:6: note: ret is assigned psqlodbc-13.02.0000/pgxalib.cpp:152:6: note: ret is overwritten psqlodbc-13.02.0000/pgxalib.cpp:257:8: style: The scope of the variable 'filebuf' can be reduced. [variableScope] psqlodbc-13.02.0000/pgxalib.cpp:468:8: style: The scope of the variable 'keyhasbr' can be reduced. [variableScope] psqlodbc-13.02.0000/pgxalib.cpp:468:18: style: The scope of the variable 'valhasbr' can be reduced. [variableScope] psqlodbc-13.02.0000/pgxalib.cpp:173:2: warning: Ineffective call of function 'empty()'. Did you intend to call 'clear()' instead? [uselessCallsEmpty] psqlodbc-13.02.0000/pgxalib.cpp:174:2: warning: Ineffective call of function 'empty()'. Did you intend to call 'clear()' instead? [uselessCallsEmpty] psqlodbc-13.02.0000/pgxalib.cpp:215:30: error: Undefined behavior: Variable 'filename' is used as parameter and destination in sprintf(). [sprintfOverlappingData] psqlodbc-13.02.0000/pgxalib.cpp:562:27: style: Variable 'bActivateConnection' is assigned a value that is never used. [unreadVariable] psqlodbc-13.02.0000/psqlodbc.c:34:33: style: Condition '1==exepgm' is always false [knownConditionTrueFalse] psqlodbc-13.02.0000/psqlodbc.c:35:32: style: Condition '2==exepgm' is always false [knownConditionTrueFalse] psqlodbc-13.02.0000/psqlodbc.c:36:33: style: Condition '3==exepgm' is always false [knownConditionTrueFalse] psqlodbc-13.02.0000/psqlsetup.c:139:2: style:inconclusive: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode] psqlodbc-13.02.0000/qresult.c:727:9: warning: Either the condition 'self' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck] psqlodbc-13.02.0000/qresult.c:728:6: note: Assuming that condition 'self' is not redundant psqlodbc-13.02.0000/qresult.c:727:9: note: Null pointer dereference psqlodbc-13.02.0000/qresult.c:445:23: style: Checking if unsigned expression 'self->num_fields' is less than zero. [unsignedLessThanZero] psqlodbc-13.02.0000/qresult.c:590:29: style: Variable 'new_relid' is assigned a value that is never used. [unreadVariable] psqlodbc-13.02.0000/qresult.c:590:44: style: Variable 'new_attid' is assigned a value that is never used. [unreadVariable] psqlodbc-13.02.0000/qresult.c:592:22: style: Variable 'new_atttypmod' is assigned a value that is never used. [unreadVariable] psqlodbc-13.02.0000/qresult.c:1184:20: style: Variable 'start_idx' is assigned a value that is never used. [unreadVariable] psqlodbc-13.02.0000/results.c:4857:6: style: Condition 'opts' is always true [knownConditionTrueFalse] psqlodbc-13.02.0000/results.c:2068:4: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int] psqlodbc-13.02.0000/results.c:2430:23: style: Variable 'deleted' is reassigned a value before the old one has been used. [redundantAssignment] psqlodbc-13.02.0000/results.c:2424:12: note: deleted is assigned psqlodbc-13.02.0000/results.c:2430:23: note: deleted is overwritten psqlodbc-13.02.0000/results.c:2430:54: style: Variable 'deleted_keyset' is reassigned a value before the old one has been used. [redundantAssignment] psqlodbc-13.02.0000/results.c:2426:19: note: deleted_keyset is assigned psqlodbc-13.02.0000/results.c:2430:54: note: deleted_keyset is overwritten psqlodbc-13.02.0000/results.c:2741:20: style: Checking if unsigned expression 'res->up_count' is less than zero. [unsignedLessThanZero] psqlodbc-13.02.0000/results.c:42:22: style:inconclusive: Function 'PGAPI_RowCount' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:131:38: note: Function 'PGAPI_RowCount' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/results.c:42:22: note: Function 'PGAPI_RowCount' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/results.c:43:16: style:inconclusive: Function 'PGAPI_RowCount' argument 2 names different: declaration 'RowCount' definition 'pcrow'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:132:15: note: Function 'PGAPI_RowCount' argument 2 names different: declaration 'RowCount' definition 'pcrow'. psqlodbc-13.02.0000/results.c:43:16: note: Function 'PGAPI_RowCount' argument 2 names different: declaration 'RowCount' definition 'pcrow'. psqlodbc-13.02.0000/results.c:144:27: style:inconclusive: Function 'PGAPI_NumResultCols' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:123:43: note: Function 'PGAPI_NumResultCols' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/results.c:144:27: note: Function 'PGAPI_NumResultCols' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/results.c:145:20: style:inconclusive: Function 'PGAPI_NumResultCols' argument 2 names different: declaration 'ColumnCount' definition 'pccol'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:124:19: note: Function 'PGAPI_NumResultCols' argument 2 names different: declaration 'ColumnCount' definition 'pccol'. psqlodbc-13.02.0000/results.c:145:20: note: Function 'PGAPI_NumResultCols' argument 2 names different: declaration 'ColumnCount' definition 'pccol'. psqlodbc-13.02.0000/results.c:210:25: style:inconclusive: Function 'PGAPI_DescribeCol' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:68:41: note: Function 'PGAPI_DescribeCol' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/results.c:210:25: note: Function 'PGAPI_DescribeCol' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/results.c:211:20: style:inconclusive: Function 'PGAPI_DescribeCol' argument 2 names different: declaration 'ColumnNumber' definition 'icol'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:69:20: note: Function 'PGAPI_DescribeCol' argument 2 names different: declaration 'ColumnNumber' definition 'icol'. psqlodbc-13.02.0000/results.c:211:20: note: Function 'PGAPI_DescribeCol' argument 2 names different: declaration 'ColumnNumber' definition 'icol'. psqlodbc-13.02.0000/results.c:212:17: style:inconclusive: Function 'PGAPI_DescribeCol' argument 3 names different: declaration 'ColumnName' definition 'szColName'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:69:43: note: Function 'PGAPI_DescribeCol' argument 3 names different: declaration 'ColumnName' definition 'szColName'. psqlodbc-13.02.0000/results.c:212:17: note: Function 'PGAPI_DescribeCol' argument 3 names different: declaration 'ColumnName' definition 'szColName'. psqlodbc-13.02.0000/results.c:213:19: style:inconclusive: Function 'PGAPI_DescribeCol' argument 4 names different: declaration 'BufferLength' definition 'cbColNameMax'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:70:19: note: Function 'PGAPI_DescribeCol' argument 4 names different: declaration 'BufferLength' definition 'cbColNameMax'. psqlodbc-13.02.0000/results.c:213:19: note: Function 'PGAPI_DescribeCol' argument 4 names different: declaration 'BufferLength' definition 'cbColNameMax'. psqlodbc-13.02.0000/results.c:214:21: style:inconclusive: Function 'PGAPI_DescribeCol' argument 5 names different: declaration 'NameLength' definition 'pcbColName'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:70:46: note: Function 'PGAPI_DescribeCol' argument 5 names different: declaration 'NameLength' definition 'pcbColName'. psqlodbc-13.02.0000/results.c:214:21: note: Function 'PGAPI_DescribeCol' argument 5 names different: declaration 'NameLength' definition 'pcbColName'. psqlodbc-13.02.0000/results.c:215:21: style:inconclusive: Function 'PGAPI_DescribeCol' argument 6 names different: declaration 'DataType' definition 'pfSqlType'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:71:20: note: Function 'PGAPI_DescribeCol' argument 6 names different: declaration 'DataType' definition 'pfSqlType'. psqlodbc-13.02.0000/results.c:215:21: note: Function 'PGAPI_DescribeCol' argument 6 names different: declaration 'DataType' definition 'pfSqlType'. psqlodbc-13.02.0000/results.c:216:17: style:inconclusive: Function 'PGAPI_DescribeCol' argument 7 names different: declaration 'ColumnSize' definition 'pcbColDef'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:71:39: note: Function 'PGAPI_DescribeCol' argument 7 names different: declaration 'ColumnSize' definition 'pcbColDef'. psqlodbc-13.02.0000/results.c:216:17: note: Function 'PGAPI_DescribeCol' argument 7 names different: declaration 'ColumnSize' definition 'pcbColDef'. psqlodbc-13.02.0000/results.c:217:21: style:inconclusive: Function 'PGAPI_DescribeCol' argument 8 names different: declaration 'DecimalDigits' definition 'pibScale'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:72:20: note: Function 'PGAPI_DescribeCol' argument 8 names different: declaration 'DecimalDigits' definition 'pibScale'. psqlodbc-13.02.0000/results.c:217:21: note: Function 'PGAPI_DescribeCol' argument 8 names different: declaration 'DecimalDigits' definition 'pibScale'. psqlodbc-13.02.0000/results.c:218:21: style:inconclusive: Function 'PGAPI_DescribeCol' argument 9 names different: declaration 'Nullable' definition 'pfNullable'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:72:48: note: Function 'PGAPI_DescribeCol' argument 9 names different: declaration 'Nullable' definition 'pfNullable'. psqlodbc-13.02.0000/results.c:218:21: note: Function 'PGAPI_DescribeCol' argument 9 names different: declaration 'Nullable' definition 'pfNullable'. psqlodbc-13.02.0000/results.c:907:21: style:inconclusive: Function 'PGAPI_GetData' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:107:37: note: Function 'PGAPI_GetData' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/results.c:907:21: note: Function 'PGAPI_GetData' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/results.c:908:19: style:inconclusive: Function 'PGAPI_GetData' argument 2 names different: declaration 'ColumnNumber' definition 'icol'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:108:19: note: Function 'PGAPI_GetData' argument 2 names different: declaration 'ColumnNumber' definition 'icol'. psqlodbc-13.02.0000/results.c:908:19: note: Function 'PGAPI_GetData' argument 2 names different: declaration 'ColumnNumber' definition 'icol'. psqlodbc-13.02.0000/results.c:909:18: style:inconclusive: Function 'PGAPI_GetData' argument 3 names different: declaration 'TargetType' definition 'fCType'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:108:45: note: Function 'PGAPI_GetData' argument 3 names different: declaration 'TargetType' definition 'fCType'. psqlodbc-13.02.0000/results.c:909:18: note: Function 'PGAPI_GetData' argument 3 names different: declaration 'TargetType' definition 'fCType'. psqlodbc-13.02.0000/results.c:910:10: style:inconclusive: Function 'PGAPI_GetData' argument 4 names different: declaration 'TargetValue' definition 'rgbValue'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:109:10: note: Function 'PGAPI_GetData' argument 4 names different: declaration 'TargetValue' definition 'rgbValue'. psqlodbc-13.02.0000/results.c:910:10: note: Function 'PGAPI_GetData' argument 4 names different: declaration 'TargetValue' definition 'rgbValue'. psqlodbc-13.02.0000/results.c:911:13: style:inconclusive: Function 'PGAPI_GetData' argument 5 names different: declaration 'BufferLength' definition 'cbValueMax'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:109:30: note: Function 'PGAPI_GetData' argument 5 names different: declaration 'BufferLength' definition 'cbValueMax'. psqlodbc-13.02.0000/results.c:911:13: note: Function 'PGAPI_GetData' argument 5 names different: declaration 'BufferLength' definition 'cbValueMax'. psqlodbc-13.02.0000/results.c:912:15: style:inconclusive: Function 'PGAPI_GetData' argument 6 names different: declaration 'StrLen_or_Ind' definition 'pcbValue'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:110:14: note: Function 'PGAPI_GetData' argument 6 names different: declaration 'StrLen_or_Ind' definition 'pcbValue'. psqlodbc-13.02.0000/results.c:912:15: note: Function 'PGAPI_GetData' argument 6 names different: declaration 'StrLen_or_Ind' definition 'pcbValue'. psqlodbc-13.02.0000/results.c:1149:19: style:inconclusive: Function 'PGAPI_Fetch' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:96:35: note: Function 'PGAPI_Fetch' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/results.c:1149:19: note: Function 'PGAPI_Fetch' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/results.c:1221:33: style:inconclusive: Function 'getNthValid' argument 1 names different: declaration 'self' definition 'res'. [funcArgNamesDifferent] psqlodbc-13.02.0000/qresult.h:249:41: note: Function 'getNthValid' argument 1 names different: declaration 'self' definition 'res'. psqlodbc-13.02.0000/results.c:1221:33: note: Function 'getNthValid' argument 1 names different: declaration 'self' definition 'res'. psqlodbc-13.02.0000/results.c:1413:13: style:inconclusive: Function 'PGAPI_ExtendedFetch' argument 6 names different: declaration 'FetchOffset' definition 'bookmark_offset'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:195:13: note: Function 'PGAPI_ExtendedFetch' argument 6 names different: declaration 'FetchOffset' definition 'bookmark_offset'. psqlodbc-13.02.0000/results.c:1413:13: note: Function 'PGAPI_ExtendedFetch' argument 6 names different: declaration 'FetchOffset' definition 'bookmark_offset'. psqlodbc-13.02.0000/results.c:3040:84: style:inconclusive: Function 'positioned_load' argument 4 names different: declaration 'tid' definition 'tidval'. [funcArgNamesDifferent] psqlodbc-13.02.0000/results.c:2820:105: note: Function 'positioned_load' argument 4 names different: declaration 'tid' definition 'tidval'. psqlodbc-13.02.0000/results.c:3040:84: note: Function 'positioned_load' argument 4 names different: declaration 'tid' definition 'tidval'. psqlodbc-13.02.0000/results.c:3142:47: style:inconclusive: Function 'QR_get_last_bookmark' argument 1 names different: declaration 'self' definition 'res'. [funcArgNamesDifferent] psqlodbc-13.02.0000/qresult.h:251:48: note: Function 'QR_get_last_bookmark' argument 1 names different: declaration 'self' definition 'res'. psqlodbc-13.02.0000/results.c:3142:47: note: Function 'QR_get_last_bookmark' argument 1 names different: declaration 'self' definition 'res'. psqlodbc-13.02.0000/results.c:3324:31: style:inconclusive: Function 'SC_pos_reload' argument 1 names different: declaration 'self' definition 'stmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:533:40: note: Function 'SC_pos_reload' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/results.c:3324:31: note: Function 'SC_pos_reload' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/results.c:3324:45: style:inconclusive: Function 'SC_pos_reload' argument 2 names different: declaration 'index' definition 'global_ridx'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:533:54: note: Function 'SC_pos_reload' argument 2 names different: declaration 'index' definition 'global_ridx'. psqlodbc-13.02.0000/results.c:3324:45: note: Function 'SC_pos_reload' argument 2 names different: declaration 'index' definition 'global_ridx'. psqlodbc-13.02.0000/results.c:3972:31: style:inconclusive: Function 'SC_pos_update' argument 1 names different: declaration 'self' definition 'stmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:534:40: note: Function 'SC_pos_update' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/results.c:3972:31: note: Function 'SC_pos_update' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/results.c:3973:33: style:inconclusive: Function 'SC_pos_update' argument 3 names different: declaration 'index' definition 'global_ridx'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:534:74: note: Function 'SC_pos_update' argument 3 names different: declaration 'index' definition 'global_ridx'. psqlodbc-13.02.0000/results.c:3973:33: note: Function 'SC_pos_update' argument 3 names different: declaration 'index' definition 'global_ridx'. psqlodbc-13.02.0000/results.c:4191:31: style:inconclusive: Function 'SC_pos_delete' argument 1 names different: declaration 'self' definition 'stmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:535:40: note: Function 'SC_pos_delete' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/results.c:4191:31: note: Function 'SC_pos_delete' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/results.c:4192:33: style:inconclusive: Function 'SC_pos_delete' argument 3 names different: declaration 'index' definition 'global_ridx'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:535:74: note: Function 'SC_pos_delete' argument 3 names different: declaration 'index' definition 'global_ridx'. psqlodbc-13.02.0000/results.c:4192:33: note: Function 'SC_pos_delete' argument 3 names different: declaration 'index' definition 'global_ridx'. psqlodbc-13.02.0000/results.c:4497:28: style:inconclusive: Function 'SC_pos_add' argument 1 names different: declaration 'self' definition 'stmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:538:37: note: Function 'SC_pos_add' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/results.c:4497:28: note: Function 'SC_pos_add' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/results.c:4676:32: style:inconclusive: Function 'SC_pos_refresh' argument 1 names different: declaration 'self' definition 'stmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:536:41: note: Function 'SC_pos_refresh' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/results.c:4676:32: note: Function 'SC_pos_refresh' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/results.c:4676:67: style:inconclusive: Function 'SC_pos_refresh' argument 3 names different: declaration 'index' definition 'global_ridx'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:536:75: note: Function 'SC_pos_refresh' argument 3 names different: declaration 'index' definition 'global_ridx'. psqlodbc-13.02.0000/results.c:4676:67: note: Function 'SC_pos_refresh' argument 3 names different: declaration 'index' definition 'global_ridx'. psqlodbc-13.02.0000/results.c:4991:27: style:inconclusive: Function 'PGAPI_SetCursorName' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:135:43: note: Function 'PGAPI_SetCursorName' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/results.c:4991:27: note: Function 'PGAPI_SetCursorName' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/results.c:4992:22: style:inconclusive: Function 'PGAPI_SetCursorName' argument 2 names different: declaration 'CursorName' definition 'szCursor'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:136:21: note: Function 'PGAPI_SetCursorName' argument 2 names different: declaration 'CursorName' definition 'szCursor'. psqlodbc-13.02.0000/results.c:4992:22: note: Function 'PGAPI_SetCursorName' argument 2 names different: declaration 'CursorName' definition 'szCursor'. psqlodbc-13.02.0000/results.c:4993:18: style:inconclusive: Function 'PGAPI_SetCursorName' argument 3 names different: declaration 'NameLength' definition 'cbCursor'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:136:45: note: Function 'PGAPI_SetCursorName' argument 3 names different: declaration 'NameLength' definition 'cbCursor'. psqlodbc-13.02.0000/results.c:4993:18: note: Function 'PGAPI_SetCursorName' argument 3 names different: declaration 'NameLength' definition 'cbCursor'. psqlodbc-13.02.0000/results.c:5013:27: style:inconclusive: Function 'PGAPI_GetCursorName' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:104:43: note: Function 'PGAPI_GetCursorName' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/results.c:5013:27: note: Function 'PGAPI_GetCursorName' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/results.c:5014:16: style:inconclusive: Function 'PGAPI_GetCursorName' argument 2 names different: declaration 'CursorName' definition 'szCursor'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:105:15: note: Function 'PGAPI_GetCursorName' argument 2 names different: declaration 'CursorName' definition 'szCursor'. psqlodbc-13.02.0000/results.c:5014:16: note: Function 'PGAPI_GetCursorName' argument 2 names different: declaration 'CursorName' definition 'szCursor'. psqlodbc-13.02.0000/results.c:5015:18: style:inconclusive: Function 'PGAPI_GetCursorName' argument 3 names different: declaration 'BufferLength' definition 'cbCursorMax'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:105:39: note: Function 'PGAPI_GetCursorName' argument 3 names different: declaration 'BufferLength' definition 'cbCursorMax'. psqlodbc-13.02.0000/results.c:5015:18: note: Function 'PGAPI_GetCursorName' argument 3 names different: declaration 'BufferLength' definition 'cbCursorMax'. psqlodbc-13.02.0000/results.c:5016:20: style:inconclusive: Function 'PGAPI_GetCursorName' argument 4 names different: declaration 'NameLength' definition 'pcbCursor'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:106:19: note: Function 'PGAPI_GetCursorName' argument 4 names different: declaration 'NameLength' definition 'pcbCursor'. psqlodbc-13.02.0000/results.c:5016:20: note: Function 'PGAPI_GetCursorName' argument 4 names different: declaration 'NameLength' definition 'pcbCursor'. psqlodbc-13.02.0000/results.c:5056:38: style:inconclusive: Function 'SC_fetch_by_bookmark' argument 1 names different: declaration 'self' definition 'stmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:539:47: note: Function 'SC_fetch_by_bookmark' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/results.c:5056:38: note: Function 'SC_fetch_by_bookmark' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/results.c:3373:13: style: Local variable 'j' shadows outer variable [shadowVariable] psqlodbc-13.02.0000/results.c:3335:6: note: Shadowed declaration psqlodbc-13.02.0000/results.c:3373:13: note: Shadow variable psqlodbc-13.02.0000/results.c:3431:10: style: Local variable 'j' shadows outer variable [shadowVariable] psqlodbc-13.02.0000/results.c:3335:6: note: Shadowed declaration psqlodbc-13.02.0000/results.c:3431:10: note: Shadow variable psqlodbc-13.02.0000/results.c:2597:17: style: Variable 'updated_keyset' is assigned a value that is never used. [unreadVariable] psqlodbc-13.02.0000/results.c:2649:11: style: Variable 'upd_idx' is assigned a value that is never used. [unreadVariable] psqlodbc-13.02.0000/setup.c:696:65: style:inconclusive: Function 'SetDriverAttributes' argument 3 names different: declaration 'pErrorMessage' definition 'message'. [funcArgNamesDifferent] psqlodbc-13.02.0000/setup.c:44:77: note: Function 'SetDriverAttributes' argument 3 names different: declaration 'pErrorMessage' definition 'message'. psqlodbc-13.02.0000/setup.c:696:65: note: Function 'SetDriverAttributes' argument 3 names different: declaration 'pErrorMessage' definition 'message'. psqlodbc-13.02.0000/statement.c:1651:9: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] psqlodbc-13.02.0000/statement.c:1319:15: warning: Either the condition 'res' is redundant or there is possible null pointer dereference: res. [nullPointerRedundantCheck] psqlodbc-13.02.0000/statement.c:1324:9: note: Assuming that condition 'res' is not redundant psqlodbc-13.02.0000/statement.c:1319:15: note: Null pointer dereference psqlodbc-13.02.0000/statement.c:1323:15: warning: Either the condition 'res' is redundant or there is possible null pointer dereference: res. [nullPointerRedundantCheck] psqlodbc-13.02.0000/statement.c:1324:9: note: Assuming that condition 'res' is not redundant psqlodbc-13.02.0000/statement.c:1323:15: note: Null pointer dereference psqlodbc-13.02.0000/statement.c:1332:15: warning: Either the condition 'res' is redundant or there is possible null pointer dereference: res. [nullPointerRedundantCheck] psqlodbc-13.02.0000/statement.c:1324:9: note: Assuming that condition 'res' is not redundant psqlodbc-13.02.0000/statement.c:1332:15: note: Null pointer dereference psqlodbc-13.02.0000/statement.c:3237:8: warning: Possible null pointer dereference: used [nullPointer] psqlodbc-13.02.0000/statement.c:3234:11: note: Assignment 'used=(used)?(SQLLEN*)((char*)(used)+(idx*bind_size)):NULL', assigned value is 0 psqlodbc-13.02.0000/statement.c:3237:8: note: Null pointer dereference psqlodbc-13.02.0000/statement.c:3278:4: warning: Possible null pointer dereference: used [nullPointer] psqlodbc-13.02.0000/statement.c:3275:11: note: Assignment 'used=(used)?(SQLLEN*)((char*)(used)+(bind_row*bind_size)):NULL', assigned value is 0 psqlodbc-13.02.0000/statement.c:3278:4: note: Null pointer dereference psqlodbc-13.02.0000/statement.c:1431:13: style: Redundant initialization for 'child'. The initialized value is overwritten before it is read. [redundantInitialization] psqlodbc-13.02.0000/statement.c:1428:24: note: child is initialized psqlodbc-13.02.0000/statement.c:1431:13: note: child is overwritten psqlodbc-13.02.0000/statement.c:2419:26: style: Checking if unsigned expression 'stmt->num_callbacks' is less than zero. [unsignedLessThanZero] psqlodbc-13.02.0000/statement.c:181:22: style:inconclusive: Function 'PGAPI_AllocStmt' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:36:38: note: Function 'PGAPI_AllocStmt' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. psqlodbc-13.02.0000/statement.c:181:22: note: Function 'PGAPI_AllocStmt' argument 1 names different: declaration 'ConnectionHandle' definition 'hdbc'. psqlodbc-13.02.0000/statement.c:182:13: style:inconclusive: Function 'PGAPI_AllocStmt' argument 2 names different: declaration 'StatementHandle' definition 'phstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:37:12: note: Function 'PGAPI_AllocStmt' argument 2 names different: declaration 'StatementHandle' definition 'phstmt'. psqlodbc-13.02.0000/statement.c:182:13: note: Function 'PGAPI_AllocStmt' argument 2 names different: declaration 'StatementHandle' definition 'phstmt'. psqlodbc-13.02.0000/statement.c:242:22: style:inconclusive: Function 'PGAPI_FreeStmt' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:99:38: note: Function 'PGAPI_FreeStmt' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/statement.c:242:22: note: Function 'PGAPI_FreeStmt' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/statement.c:243:20: style:inconclusive: Function 'PGAPI_FreeStmt' argument 2 names different: declaration 'Option' definition 'fOption'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:100:20: note: Function 'PGAPI_FreeStmt' argument 2 names different: declaration 'Option' definition 'fOption'. psqlodbc-13.02.0000/statement.c:243:20: note: Function 'PGAPI_FreeStmt' argument 2 names different: declaration 'Option' definition 'fOption'. psqlodbc-13.02.0000/statement.c:540:51: style:inconclusive: Function 'SC_set_Result' argument 2 names different: declaration 'res' definition 'first'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:324:56: note: Function 'SC_set_Result' argument 2 names different: declaration 'res' definition 'first'. psqlodbc-13.02.0000/statement.c:540:51: note: Function 'SC_set_Result' argument 2 names different: declaration 'res' definition 'first'. psqlodbc-13.02.0000/statement.c:621:33: style:inconclusive: Function 'SC_set_planname' argument 1 names different: declaration 'self' definition 'stmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:522:39: note: Function 'SC_set_planname' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/statement.c:621:33: note: Function 'SC_set_planname' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/statement.c:632:37: style:inconclusive: Function 'SC_set_rowset_start' argument 1 names different: declaration 'self' definition 'stmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:523:43: note: Function 'SC_set_rowset_start' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/statement.c:632:37: note: Function 'SC_set_rowset_start' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/statement.c:666:37: style:inconclusive: Function 'SC_inc_rowset_start' argument 1 names different: declaration 'self' definition 'stmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:524:43: note: Function 'SC_inc_rowset_start' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/statement.c:666:37: note: Function 'SC_inc_rowset_start' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/statement.c:673:36: style:inconclusive: Function 'SC_set_current_col' argument 1 names different: declaration 'self' definition 'stmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:542:41: note: Function 'SC_set_current_col' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/statement.c:673:36: note: Function 'SC_set_current_col' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/statement.c:685:33: style:inconclusive: Function 'SC_set_prepared' argument 1 names different: declaration 'self' definition 'stmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:521:39: note: Function 'SC_set_prepared' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/statement.c:685:33: note: Function 'SC_set_prepared' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/statement.c:951:36: style:inconclusive: Function 'SC_scanQueryAndCountParams' argument 4 names different: declaration 'num_params' definition 'pcpar'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:545:36: note: Function 'SC_scanQueryAndCountParams' argument 4 names different: declaration 'num_params' definition 'pcpar'. psqlodbc-13.02.0000/statement.c:951:36: note: Function 'SC_scanQueryAndCountParams' argument 4 names different: declaration 'num_params' definition 'pcpar'. psqlodbc-13.02.0000/statement.c:952:13: style:inconclusive: Function 'SC_scanQueryAndCountParams' argument 5 names different: declaration 'multi' definition 'multi_st'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:546:14: note: Function 'SC_scanQueryAndCountParams' argument 5 names different: declaration 'multi' definition 'multi_st'. psqlodbc-13.02.0000/statement.c:952:13: note: Function 'SC_scanQueryAndCountParams' argument 5 names different: declaration 'multi' definition 'multi_st'. psqlodbc-13.02.0000/statement.c:1447:40: style:inconclusive: Function 'SC_set_error' argument 2 names different: declaration 'errnum' definition 'number'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:516:46: note: Function 'SC_set_error' argument 2 names different: declaration 'errnum' definition 'number'. psqlodbc-13.02.0000/statement.c:1447:40: note: Function 'SC_set_error' argument 2 names different: declaration 'errnum' definition 'number'. psqlodbc-13.02.0000/statement.c:1447:60: style:inconclusive: Function 'SC_set_error' argument 3 names different: declaration 'msg' definition 'message'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:516:66: note: Function 'SC_set_error' argument 3 names different: declaration 'msg' definition 'message'. psqlodbc-13.02.0000/statement.c:1447:60: note: Function 'SC_set_error' argument 3 names different: declaration 'msg' definition 'message'. psqlodbc-13.02.0000/statement.c:1459:51: style:inconclusive: Function 'SC_set_errormsg' argument 2 names different: declaration 'msg' definition 'message'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:517:57: note: Function 'SC_set_errormsg' argument 2 names different: declaration 'msg' definition 'message'. psqlodbc-13.02.0000/statement.c:1459:51: note: Function 'SC_set_errormsg' argument 2 names different: declaration 'msg' definition 'message'. psqlodbc-13.02.0000/statement.c:1468:53: style:inconclusive: Function 'SC_replace_error_with_res' argument 2 names different: declaration 'errnum' definition 'number'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:520:59: note: Function 'SC_replace_error_with_res' argument 2 names different: declaration 'errnum' definition 'number'. psqlodbc-13.02.0000/statement.c:1468:53: note: Function 'SC_replace_error_with_res' argument 2 names different: declaration 'errnum' definition 'number'. psqlodbc-13.02.0000/statement.c:1468:73: style:inconclusive: Function 'SC_replace_error_with_res' argument 3 names different: declaration 'msg' definition 'message'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:520:79: note: Function 'SC_replace_error_with_res' argument 3 names different: declaration 'msg' definition 'message'. psqlodbc-13.02.0000/statement.c:1468:73: note: Function 'SC_replace_error_with_res' argument 3 names different: declaration 'msg' definition 'message'. psqlodbc-13.02.0000/statement.c:1602:26: style:inconclusive: Function 'PGAPI_StmtError' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:88:39: note: Function 'PGAPI_StmtError' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/statement.c:1602:26: note: Function 'PGAPI_StmtError' argument 1 names different: declaration 'StatementHandle' definition 'hstmt'. psqlodbc-13.02.0000/statement.c:1604:15: style:inconclusive: Function 'PGAPI_StmtError' argument 3 names different: declaration 'Sqlstate' definition 'szSqlState'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:89:13: note: Function 'PGAPI_StmtError' argument 3 names different: declaration 'Sqlstate' definition 'szSqlState'. psqlodbc-13.02.0000/statement.c:1604:15: note: Function 'PGAPI_StmtError' argument 3 names different: declaration 'Sqlstate' definition 'szSqlState'. psqlodbc-13.02.0000/statement.c:1605:18: style:inconclusive: Function 'PGAPI_StmtError' argument 4 names different: declaration 'NativeError' definition 'pfNativeError'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:89:35: note: Function 'PGAPI_StmtError' argument 4 names different: declaration 'NativeError' definition 'pfNativeError'. psqlodbc-13.02.0000/statement.c:1605:18: note: Function 'PGAPI_StmtError' argument 4 names different: declaration 'NativeError' definition 'pfNativeError'. psqlodbc-13.02.0000/statement.c:1606:15: style:inconclusive: Function 'PGAPI_StmtError' argument 5 names different: declaration 'MessageText' definition 'szErrorMsg'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:90:13: note: Function 'PGAPI_StmtError' argument 5 names different: declaration 'MessageText' definition 'szErrorMsg'. psqlodbc-13.02.0000/statement.c:1606:15: note: Function 'PGAPI_StmtError' argument 5 names different: declaration 'MessageText' definition 'szErrorMsg'. psqlodbc-13.02.0000/statement.c:1607:17: style:inconclusive: Function 'PGAPI_StmtError' argument 6 names different: declaration 'BufferLength' definition 'cbErrorMsgMax'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:90:38: note: Function 'PGAPI_StmtError' argument 6 names different: declaration 'BufferLength' definition 'cbErrorMsgMax'. psqlodbc-13.02.0000/statement.c:1607:17: note: Function 'PGAPI_StmtError' argument 6 names different: declaration 'BufferLength' definition 'cbErrorMsgMax'. psqlodbc-13.02.0000/statement.c:1608:19: style:inconclusive: Function 'PGAPI_StmtError' argument 7 names different: declaration 'TextLength' definition 'pcbErrorMsg'. [funcArgNamesDifferent] psqlodbc-13.02.0000/pgapifunc.h:91:17: note: Function 'PGAPI_StmtError' argument 7 names different: declaration 'TextLength' definition 'pcbErrorMsg'. psqlodbc-13.02.0000/statement.c:1608:19: note: Function 'PGAPI_StmtError' argument 7 names different: declaration 'TextLength' definition 'pcbErrorMsg'. psqlodbc-13.02.0000/statement.c:1629:29: style:inconclusive: Function 'SC_get_time' argument 1 names different: declaration 'self' definition 'stmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:530:37: note: Function 'SC_get_time' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/statement.c:1629:29: note: Function 'SC_get_time' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/statement.c:1639:34: style:inconclusive: Function 'SC_get_localtime' argument 1 names different: declaration 'self' definition 'stmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:531:45: note: Function 'SC_get_localtime' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/statement.c:1639:34: note: Function 'SC_get_localtime' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/statement.c:2392:45: style:inconclusive: Function 'enqueueNeedDataCallback' argument 1 names different: declaration 'self' definition 'stmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:555:46: note: Function 'enqueueNeedDataCallback' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/statement.c:2392:45: note: Function 'enqueueNeedDataCallback' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/statement.c:2409:66: style:inconclusive: Function 'dequeueNeedDataCallback' argument 2 names different: declaration 'self' definition 'stmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:556:59: note: Function 'dequeueNeedDataCallback' argument 2 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/statement.c:2409:66: note: Function 'dequeueNeedDataCallback' argument 2 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/statement.c:2433:42: style:inconclusive: Function 'cancelNeedDataState' argument 1 names different: declaration 'self' definition 'stmt'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:557:43: note: Function 'cancelNeedDataState' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/statement.c:2433:42: note: Function 'cancelNeedDataState' argument 1 names different: declaration 'self' definition 'stmt'. psqlodbc-13.02.0000/statement.c:2923:21: style:inconclusive: Function 'ParseAndDescribeWithLibpq' argument 3 names different: declaration 'query_p' definition 'query_param'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:562:98: note: Function 'ParseAndDescribeWithLibpq' argument 3 names different: declaration 'query_p' definition 'query_param'. psqlodbc-13.02.0000/statement.c:2923:21: note: Function 'ParseAndDescribeWithLibpq' argument 3 names different: declaration 'query_p' definition 'query_param'. psqlodbc-13.02.0000/statement.c:3250:40: style:inconclusive: Function 'SC_Create_bookmark' argument 1 names different: declaration 'stmt' definition 'self'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:540:41: note: Function 'SC_Create_bookmark' argument 1 names different: declaration 'stmt' definition 'self'. psqlodbc-13.02.0000/statement.c:3250:40: note: Function 'SC_Create_bookmark' argument 1 names different: declaration 'stmt' definition 'self'. psqlodbc-13.02.0000/statement.c:3250:76: style:inconclusive: Function 'SC_Create_bookmark' argument 3 names different: declaration 'row_pos' definition 'bind_row'. [funcArgNamesDifferent] psqlodbc-13.02.0000/statement.h:540:77: note: Function 'SC_Create_bookmark' argument 3 names different: declaration 'row_pos' definition 'bind_row'. psqlodbc-13.02.0000/statement.c:3250:76: note: Function 'SC_Create_bookmark' argument 3 names different: declaration 'row_pos' definition 'bind_row'. psqlodbc-13.02.0000/statement.c:2988:7: style: Local variable 'i' shadows outer variable [shadowVariable] psqlodbc-13.02.0000/statement.c:2934:8: note: Shadowed declaration psqlodbc-13.02.0000/statement.c:2988:7: note: Shadow variable psqlodbc-13.02.0000/statement.c:1242:7: style: struct member 'Anonymous24::number' is never used. [unusedStructMember] psqlodbc-13.02.0000/statement.c:1369:13: style: Variable 'detailmsg' is assigned a value that is never used. [unreadVariable] psqlodbc-13.02.0000/statement.c:1750:13: style: Variable 'pstatus' is assigned a value that is never used. [unreadVariable] psqlodbc-13.02.0000/test/RegisterRegdsn.c:50:2: warning:inconclusive: The buffer 'szDriver' may not be null-terminated after the call to strncpy(). [terminateStrncpy] psqlodbc-13.02.0000/test/src/bulkoperations-test.c:150:12: style: Variable 'colvalue1' is reassigned a value before the old one has been used. [redundantAssignment] psqlodbc-13.02.0000/test/src/bulkoperations-test.c:126:12: note: colvalue1 is assigned psqlodbc-13.02.0000/test/src/bulkoperations-test.c:150:12: note: colvalue1 is overwritten psqlodbc-13.02.0000/test/src/common.c:40:8: style: Local variable 'env' shadows outer variable [shadowVariable] psqlodbc-13.02.0000/test/src/common.h:18:16: note: Shadowed declaration psqlodbc-13.02.0000/test/src/common.c:40:8: note: Shadow variable psqlodbc-13.02.0000/test/src/cursor-block-delete-test.c:27:7: style: Condition 'use_first_last' is always false [knownConditionTrueFalse] psqlodbc-13.02.0000/test/src/cursor-block-delete-test.c:20:24: note: Assignment 'use_first_last=0', assigned value is 0 psqlodbc-13.02.0000/test/src/cursor-block-delete-test.c:27:7: note: Condition 'use_first_last' is always false psqlodbc-13.02.0000/test/src/cursor-block-delete-test.c:105:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment] psqlodbc-13.02.0000/test/src/cursor-block-delete-test.c:103:5: note: rc is assigned psqlodbc-13.02.0000/test/src/cursor-block-delete-test.c:105:5: note: rc is overwritten psqlodbc-13.02.0000/test/src/cursor-block-delete-test.c:123:13: style: Variable 'cbLen[k]' is assigned a value that is never used. [unreadVariable] psqlodbc-13.02.0000/test/src/cursor-block-delete-test.c:57:11: style: Variable 'rowsFetched' is not assigned a value. [unassignedVariable] psqlodbc-13.02.0000/test/src/cursor-commit-test.c:28:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment] psqlodbc-13.02.0000/test/src/cursor-commit-test.c:26:5: note: rc is assigned psqlodbc-13.02.0000/test/src/cursor-commit-test.c:28:5: note: rc is overwritten psqlodbc-13.02.0000/test/src/deprecated-test.c:138:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment] psqlodbc-13.02.0000/test/src/deprecated-test.c:135:5: note: rc is assigned psqlodbc-13.02.0000/test/src/deprecated-test.c:138:5: note: rc is overwritten psqlodbc-13.02.0000/test/src/deprecated-test.c:342:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment] psqlodbc-13.02.0000/test/src/deprecated-test.c:336:5: note: rc is assigned psqlodbc-13.02.0000/test/src/deprecated-test.c:342:5: note: rc is overwritten psqlodbc-13.02.0000/test/src/deprecated-test.c:213:8: style: Local variable 'buffer' shadows outer variable [shadowVariable] psqlodbc-13.02.0000/test/src/deprecated-test.c:57:7: note: Shadowed declaration psqlodbc-13.02.0000/test/src/deprecated-test.c:213:8: note: Shadow variable psqlodbc-13.02.0000/test/src/diagnostic-test.c:41:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment] psqlodbc-13.02.0000/test/src/diagnostic-test.c:32:5: note: rc is assigned psqlodbc-13.02.0000/test/src/diagnostic-test.c:41:5: note: rc is overwritten psqlodbc-13.02.0000/test/src/diagnostic-test.c:44:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment] psqlodbc-13.02.0000/test/src/diagnostic-test.c:41:5: note: rc is assigned psqlodbc-13.02.0000/test/src/diagnostic-test.c:44:5: note: rc is overwritten psqlodbc-13.02.0000/test/src/error-rollback-test.c:43:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment] psqlodbc-13.02.0000/test/src/error-rollback-test.c:37:5: note: rc is assigned psqlodbc-13.02.0000/test/src/error-rollback-test.c:43:5: note: rc is overwritten psqlodbc-13.02.0000/test/src/errors-test.c:74:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment] psqlodbc-13.02.0000/test/src/errors-test.c:70:5: note: rc is assigned psqlodbc-13.02.0000/test/src/errors-test.c:74:5: note: rc is overwritten psqlodbc-13.02.0000/test/src/large-object-data-at-exec-test.c:91:11: style: Variable 'error' is assigned a value that is never used. [unreadVariable] psqlodbc-13.02.0000/test/src/odbc-escapes-test.c:156:6: style: Condition 'variadic_test_success' is always true [knownConditionTrueFalse] psqlodbc-13.02.0000/test/src/odbc-escapes-test.c:106:31: note: Assignment 'variadic_test_success=1', assigned value is 1 psqlodbc-13.02.0000/test/src/odbc-escapes-test.c:156:6: note: Condition 'variadic_test_success' is always true psqlodbc-13.02.0000/test/src/params-batch-exec-test.c:50:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment] psqlodbc-13.02.0000/test/src/params-batch-exec-test.c:46:5: note: rc is assigned psqlodbc-13.02.0000/test/src/params-batch-exec-test.c:50:5: note: rc is overwritten psqlodbc-13.02.0000/test/src/params-batch-exec-test.c:9:74: style: Parameter 'status' can be declared as const array [constParameter] psqlodbc-13.02.0000/test/src/parse-test.c:54:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment] psqlodbc-13.02.0000/test/src/parse-test.c:53:5: note: rc is assigned psqlodbc-13.02.0000/test/src/parse-test.c:54:5: note: rc is overwritten psqlodbc-13.02.0000/test/src/parse-test.c:57:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment] psqlodbc-13.02.0000/test/src/parse-test.c:56:5: note: rc is assigned psqlodbc-13.02.0000/test/src/parse-test.c:57:5: note: rc is overwritten psqlodbc-13.02.0000/test/src/positioned-update-test.c:98:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment] psqlodbc-13.02.0000/test/src/positioned-update-test.c:75:5: note: rc is assigned psqlodbc-13.02.0000/test/src/positioned-update-test.c:98:5: note: rc is overwritten psqlodbc-13.02.0000/test/src/prepare-test.c:31:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment] psqlodbc-13.02.0000/test/src/prepare-test.c:29:5: note: rc is assigned psqlodbc-13.02.0000/test/src/prepare-test.c:31:5: note: rc is overwritten psqlodbc-13.02.0000/test/src/result-conversions-test.c:235:12: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] psqlodbc-13.02.0000/test/src/result-conversions-test.c:269:12: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] psqlodbc-13.02.0000/test/src/result-conversions-test.c:389:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] psqlodbc-13.02.0000/test/src/result-conversions-test.c:459:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] psqlodbc-13.02.0000/test/src/result-conversions-test.c:253:8: style: Variable 't' is assigned a value that is never used. [unreadVariable] psqlodbc-13.02.0000/test/src/wchar-char-test-utf8.c:68:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment] psqlodbc-13.02.0000/test/src/wchar-char-test-utf8.c:65:5: note: rc is assigned psqlodbc-13.02.0000/test/src/wchar-char-test-utf8.c:68:5: note: rc is overwritten psqlodbc-13.02.0000/test/src/wchar-char-test-utf8.c:69:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment] psqlodbc-13.02.0000/test/src/wchar-char-test-utf8.c:68:5: note: rc is assigned psqlodbc-13.02.0000/test/src/wchar-char-test-utf8.c:69:5: note: rc is overwritten psqlodbc-13.02.0000/test/src/wchar-char-test-utf8.c:72:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment] psqlodbc-13.02.0000/test/src/wchar-char-test-utf8.c:69:5: note: rc is assigned psqlodbc-13.02.0000/test/src/wchar-char-test-utf8.c:72:5: note: rc is overwritten psqlodbc-13.02.0000/test/src/wchar-char-test.c:106:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable] psqlodbc-13.02.0000/test/src/wchar-char-test.c:111:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable] psqlodbc-13.02.0000/test/src/wchar-char-test.c:116:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable] psqlodbc-13.02.0000/dlg_specific.c:219:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] psqlodbc-13.02.0000/dlg_specific.c:221:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] psqlodbc-13.02.0000/dlg_specific.c:559:3: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] psqlodbc-13.02.0000/dlg_specific.c:102:48: style:inconclusive: Function 'setExtraOptions' argument 2 names different: declaration 'str' definition 'optstr'. [funcArgNamesDifferent] psqlodbc-13.02.0000/dlg_specific.h:333:46: note: Function 'setExtraOptions' argument 2 names different: declaration 'str' definition 'optstr'. psqlodbc-13.02.0000/dlg_specific.c:102:48: note: Function 'setExtraOptions' argument 2 names different: declaration 'str' definition 'optstr'. diff: head psqlodbc-13.02.0000/connection.c:446:48: style: Parameter 'self' can be declared as pointer to const [constParameter] 2.8 psqlodbc-13.02.0000/connection.c:446:48: style: Parameter 'self' can be declared with const [constParameter] head psqlodbc-13.02.0000/environ.c:624:63: style: Parameter 'conn' can be declared as pointer to const [constParameter] 2.8 psqlodbc-13.02.0000/environ.c:624:63: style: Parameter 'conn' can be declared with const [constParameter] head psqlodbc-13.02.0000/test/src/params-batch-exec-test.c:9:74: style: Parameter 'status' can be declared as const array [constParameter] 2.8 psqlodbc-13.02.0000/test/src/params-batch-exec-test.c:9:74: style: Parameter 'status' can be declared with const [constParameter] DONE