提交 77ea55f0 编写于 作者: F freemine

clang complains about {0} initialization

上级 85595c91
...@@ -24,8 +24,8 @@ do { \ ...@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册