mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Various warning fixes
This commit is contained in:
parent
90d9adccec
commit
5c95226d50
10 changed files with 20 additions and 19 deletions
|
@ -233,7 +233,7 @@ static int pdo_sqlite_stmt_fetch(pdo_stmt_t *stmt,
|
|||
static int pdo_sqlite_stmt_describe(pdo_stmt_t *stmt, int colno)
|
||||
{
|
||||
pdo_sqlite_stmt *S = (pdo_sqlite_stmt*)stmt->driver_data;
|
||||
char *str;
|
||||
const char *str;
|
||||
|
||||
if(colno >= sqlite3_column_count(S->stmt)) {
|
||||
/* error invalid column */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue