]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix warning with overridden virtual methods
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Mon, 23 Oct 2023 14:09:54 +0000 (16:09 +0200)
committerP-E-P <32375388+P-E-P@users.noreply.github.com>
Tue, 24 Oct 2023 07:33:57 +0000 (07:33 +0000)
commit9a8b3eaeddb2d307a6b3f5cd2c85922f4dc6add4
treebd23af3654bcb9fd26b5294323aa7a1ab987e5d0
parenteb393ac7a90b4b65fd3b0f66b666bf8b7c139c92
Fix warning with overridden virtual methods

Overridden virtual methods were not marked as such.

gcc/rust/ChangeLog:

* ast/rust-pattern.h: Add override modifier to overriding methods.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/rust/ast/rust-pattern.h