Fixed error expected unqualified-id on GCC 11 (fixes #1622)

This commit is contained in:
Benoit Blanchon
2021-08-03 11:39:02 +02:00
parent 1b74ad0731
commit f570fe8c37
6 changed files with 48 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ HEAD
----
* Fixed error `'dummy' may be used uninitialized` on GCC 11
* Fixed error `expected unqualified-id before 'const'` on GCC 11 (issue #1622)
v6.18.3 (2021-07-27)
-------