1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-03 16:53:36 +03:00

Fix other harmless compiler warnings.

FossilOrigin-Name: 90d2c490fc2ed4e073711b84f989ca4d496dcfb5
This commit is contained in:
drh
2016-08-01 17:06:44 +00:00
parent 4df049faec
commit b0df540d7a
5 changed files with 16 additions and 13 deletions

View File

@@ -2550,6 +2550,8 @@ static int sql_trace_callback(
void *pX
){
FILE *f = (FILE*)pArg;
UNUSED_PARAMETER(mType);
UNUSED_PARAMETER(pP);
if( f ){
const char *z = (const char*)pX;
int i = (int)strlen(z);