Changelog entry for pacifying clang -Wdocumentation about \retval

Fixes #6960

Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
Gilles Peskine
2023-02-14 19:26:56 +01:00
parent ed73355d2e
commit 4386cf188d
+3
View File
@@ -0,0 +1,3 @@
Bugfix
* Silence warnings from clang -Wdocumentation about empty \retval
descriptions, which started appearing with Clang 15. Fixes #6960.