Skip to content

Commit 0566a76

Browse files
authored
Mention unused variables removal in ChangeLog.md (#20176)
Adding a note for #20169
1 parent a1a024f commit 0566a76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ See docs/process.md for more on how version tagging works.
4444
- A new settings `TABLE_BASE` was introduced that can be used to place static
4545
function addresses (table slots) at a certain offset. This defaults to 1
4646
which is the previously fixed value. (#20149)
47+
- Clang's error detection of unused variables `-Wunused-variable` improved, which may require changes in user code (see #20169).
4748

4849
3.1.45 - 08/23/23
4950
-----------------

0 commit comments

Comments
 (0)