RFR: 8347576: Error output in libjsound has non matching format strings [v2]
Matthias Baesken
mbaesken at openjdk.org
Tue Jan 14 10:51:56 UTC 2025
> When enabling the jsound ERROR and TRACE reporting (see src/java.desktop/share/native/libjsound/Configure.h https://github.com/openjdk/jdk/blob/master/src/java.desktop/share/native/libjsound/Configure.h#L32 ), we run into some build warnings as errors (when building on Linux) because at 2 places the format specifiers do not match the number types .
Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
Windows fixes
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/23076/files
- new: https://git.openjdk.org/jdk/pull/23076/files/e2b414ed..d5a9f0fa
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=23076&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=23076&range=00-01
Stats: 5 lines in 2 files changed: 0 ins; 0 del; 5 mod
Patch: https://git.openjdk.org/jdk/pull/23076.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/23076/head:pull/23076
PR: https://git.openjdk.org/jdk/pull/23076
More information about the client-libs-dev
mailing list