paleolimbot opened a new issue, #645:
URL: https://github.com/apache/arrow-adbc/issues/645
These popped up when building the R package:
```
utils.c:146:9: warning: unused variable 'ret' [-Wunused-variable]
int ret = vsnprintf(builder->buffer + builder->size, n + 1, fmt, argptr);
^
1 warning generated.
database.cc:254:39: warning: adding 'const char' to a string does not append
to the string [-Wstring-plus-int]
std::string array_typname = "_" + *typname;
~~~~^~~~~~~~~~
database.cc:254:39: note: use array indexing to silence this warning
std::string array_typname = "_" + *typname;
^
& [ ]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]