Re: Clean up build warnings of plperl with clang-12+
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Cc: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-11-11T02:43:17Z
Lists: pgsql-hackers
On Wed, Nov 10, 2021 at 07:35:21AM +0900, Michael Paquier wrote: > Tom has suggested that we could add -Wno-compound-token-split-by-macro > to take care of the issue on our side, and attached is a patch to do > so. > > Any objections? I'd like to get this back-patched. Backpatched this one as of 9ff47ea. That should allow the addition of -Werror on dangomushi. -- Michael
Commits
-
Clean up compilation warnings coming from PL/Perl with clang-12~
- 11b05a16d462 10.20 landed
- 5e8a0dc7295f 11.15 landed
- 109279e57291 12.10 landed
- aa449e5caed8 13.6 landed
- 56eb02ce79a8 14.2 landed
- 9ff47ea414c4 15.0 landed