RFR: 8348286: [AIX] clang 17 introduces new warning Wtentative-Definitions which produces Build errors
Magnus Ihse Bursie
ihse at openjdk.org
Thu Jan 23 12:27:45 UTC 2025
On Thu, 23 Jan 2025 11:47:08 GMT, Joachim Kern <jkern at openjdk.org> wrote:
> I reverted the changes in flags-cflags.m4
I still see them..?
I think the changes you propose seem much better. Of course, in the end, the client team needs to agree to them to. The fp_pipewire.h looks trivially okay -- there seem to be no good reason to ever had that in a .h file that is just included in a .c file.
The imageInitIDs.h changes looks good to me too. The solution previously employed was clever, but defies standard practice, and since it was only used there in the entire product, I think it is better to do as you propose. (Had we used that pattern everywhere, things would have been different.)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23236#issuecomment-2609679299
More information about the build-dev
mailing list