- Update to release 11.10

OBS-URL: https://build.opensuse.org/package/show/devel:tools/cdecl?expand=0&rev=59
This commit is contained in:
2022-01-03 17:07:27 +00:00
committed by Git OBS Bridge
parent 1a0f217b61
commit df56ff87f8
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jan 3 16:52:31 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 11.10
* const (and volatile) qualifiers for void as a function
"parameter" (even via a typedef) are now correctly flagged as
an error.
* A restricted pointer to a non-object, e.g., function, is now
correctly flagged as an error.
-------------------------------------------------------------------
Thu Dec 23 04:24:44 UTC 2021 - Jan Engelhardt <jengelh@inai.de>