summaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-10-03 11:43:20 -0400
committerAllen Winter <allen.winter@kdab.com>2022-10-03 11:43:20 -0400
commit0fe0d9d4ef152243f47f9c8e17520d10a67ba2c6 (patch)
tree8a8b85e3090f5bc3a048fe7f9c261a6af9d61578 /ReleaseNotes.txt
parent8b681837b7345b720dd57e81bb3dbf726577422a (diff)
downloadlibical-git-0fe0d9d4ef152243f47f9c8e17520d10a67ba2c6.tar.gz
add clang diagnostic pragmas to quiet unreachable-code warnings
fixes: #486
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 11ceac75..98826346 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -10,6 +10,7 @@ Version 3.0.15 (UNRELEASED):
* Fix x-property comma handling and escaping
* Built-in timezones updated to tzdata2022d (now with a VTIMEZONE for each time zone alias)
* Fix fuzzer issues
+ * Handle unreachable-code compile warnings with clang
Version 3.0.14 (05 February 2022):
----------------------------------