Re: Don't cast away const where possible - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Don't cast away const where possible
Date
Msg-id 990c9117-b013-4026-aaf5-261fe2832c3d@eisentraut.org
Whole thread Raw
In response to Re: Don't cast away const where possible  (Peter Eisentraut <peter@eisentraut.org>)
Responses Re: Don't cast away const where possible
List pgsql-hackers
I have another patch that removes some -Wcast-qual warnings, by 
adjusting some function APIs.

This is as far as I get without resorting to advanced tricks like 
unconstify() or _Generic.

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Check for memset_explicit() and explicit_memset()
Next
From: Peter Eisentraut
Date:
Subject: Re: enable fallthrough warnings on clang