Const warnings in psql - Mailing list pgsql-hackers

From Magnus Hagander
Subject Const warnings in psql
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FADF@algol.sollentuna.se
Whole thread Raw
List 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


pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: [GENERAL] UUID's as primary keys
Next
From: "Joshua D. Drake"
Date:
Subject: Re: [GENERAL] UUID's as primary keys