]> gcc.gnu.org Git - gcc.git/commit
gccrs: Add missing override specifier
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Thu, 2 Nov 2023 17:10:32 +0000 (18:10 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 18:09:36 +0000 (19:09 +0100)
commit74ef5529c81fc3ad4bcb873ceba045f8142ddcfe
tree44306bdc0b832dba6abf086c20585b77c52854f3
parentf522eefcfd1dec9dc5291146e6747a0cb4632385
gccrs: Add missing override specifier

Some function lacked the override specifier, this made the compiler emit
several warning.

gcc/rust/ChangeLog:

* ast/rust-ast.h: Add override specifier.
* ast/rust-item.h: Likewise.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/rust/ast/rust-ast.h
gcc/rust/ast/rust-item.h
This page took 0.066133 seconds and 5 git commands to generate.