C++, suppress some warnings that can never be fixed

This commit is contained in:
Jakob Lykke Andersen
2020-01-26 14:19:14 +01:00
parent 82a465c3b6
commit 3231b84827
4 changed files with 74 additions and 26 deletions

View File

@@ -53,6 +53,8 @@ Bugs fixed
function overloads.
* #5078: C++, fix cross reference lookup when a directive contains multiple
declarations.
* C++, suppress warnings for directly dependent typenames in cross references
generated automatically in signatures.
Testing
--------