Const warnings in psql

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Const warnings in psql
Date: 2006-07-08 22:16:10
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA0FADF@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

.\src\bin\psql\print.c(1912): warning C4090: 'function' : different
'const' qualifiers
.\src\bin\psql\print.c(1913): warning C4090: 'function' : different
'const' qualifiers

Variables are declared const, are you really supposed to pass that to
free()? Cast at free()? Remove const?

//Magnus

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2006-07-09 03:12:37 Re: [GENERAL] UUID's as primary keys
Previous Message Jim Nasby 2006-07-08 21:54:26 Re: [GENERAL] UUID's as primary keys