explicit (void *) casts - Mailing list pgsql-hackers

From Kevin Grittner
Subject explicit (void *) casts
Date
Msg-id 4BD8366D0200002500031004@gw.wicourts.gov
Whole thread Raw
Responses Re: explicit (void *) casts  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I'm wondering the reason that I see (void *) casts for function call
parameters which are pointers to specific structures.  Do some
compilers generate warnings if these are omitted?  It's hard to
believe that the generated code would differ without them.
-Kevin


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Add column if not exists (CINE)
Next
From: Tom Lane
Date:
Subject: Re: pg_start_backup and pg_stop_backup Re: Re: [COMMITTERS] pgsql: Make CheckRequiredParameterValues() depend upon correct