mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Various compiler warning fixes.
This commit is contained in:
parent
92c8c09da5
commit
fa0e534f83
5 changed files with 6 additions and 9 deletions
|
@ -327,7 +327,6 @@ static int pgsql_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned
|
|||
{
|
||||
pdo_pgsql_stmt *S = (pdo_pgsql_stmt*)stmt->driver_data;
|
||||
struct pdo_column_data *cols = stmt->columns;
|
||||
char *tmp_ptr;
|
||||
size_t tmp_len;
|
||||
|
||||
if (!S->result) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue