clang complains about {0} initialization
This commit is contained in:
parent
85595c9149
commit
77ea55f05e
|
@ -24,8 +24,8 @@ do { \
|
||||||
|
|
||||||
typedef struct db_column_s db_column_t;
|
typedef struct db_column_s db_column_t;
|
||||||
struct db_column_s {
|
struct db_column_s {
|
||||||
char name[4096]; // seems enough
|
|
||||||
SQLSMALLINT nameLength;
|
SQLSMALLINT nameLength;
|
||||||
|
char name[4096]; // seems enough
|
||||||
SQLSMALLINT dataType;
|
SQLSMALLINT dataType;
|
||||||
SQLULEN columnSize;
|
SQLULEN columnSize;
|
||||||
SQLSMALLINT decimalDigits;
|
SQLSMALLINT decimalDigits;
|
||||||
|
|
Loading…
Reference in New Issue