Re: Annoying build warnings from latest Apple toolchain - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Annoying build warnings from latest Apple toolchain
Date
Msg-id 2800037.1696527458@sss.pgh.pa.us
Whole thread Raw
In response to Re: Annoying build warnings from latest Apple toolchain  (Andres Freund <andres@anarazel.de>)
Responses Re: Annoying build warnings from latest Apple toolchain
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> I think you can just pass c_args directly to executable() here, I think adding
> c_args to default_bin_args would be a bad idea.

Hm.  IIUC that would result in an error if someone did try to
put some c_args into default_bin_args, and I didn't think it would
be appropriate for this code to fail in such a case.  Still, I see
there are a bunch of other ways to inject globally-used compilation
flags, so maybe you're right that it'd never need to happen.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Annoying build warnings from latest Apple toolchain
Next
From: Andres Freund
Date:
Subject: Re: New WAL record to detect the checkpoint redo location