RFR: 8281523: Accessibility: Conversion from string literal loses const qualifier [v2]

Daniel Jeliński djelinski at openjdk.java.net
Mon Feb 14 21:25:42 UTC 2022


> This patch fixes jdk.accessibility compilation under VisualStudio 2019 with /Zc:strictStrings enabled.
> 
> Strict string handling is already enabled in GCC and Clang. With some effort we should be able to enable it in MSVC as well.

Daniel Jeliński has updated the pull request incrementally with one additional commit since the last revision:

  Revert "Remove dead code"
  
  This reverts commit 8576f911d5389695fbe3c6462db2c36939ede54f.

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7380/files
  - new: https://git.openjdk.java.net/jdk/pull/7380/files/8576f911..fc67bf6e

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7380&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7380&range=00-01

  Stats: 28 lines in 2 files changed: 28 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7380.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7380/head:pull/7380

PR: https://git.openjdk.java.net/jdk/pull/7380



More information about the client-libs-dev mailing list