Skip to content

Commit 86f84fb

Browse files
Gulfem Savrun Yenicericopybara-github
authored andcommitted
[roll] Roll fuchsia [netdevice] Remove const from MockEthernetImpl
llvm/llvm-project#121419 added -Wignored-qualifiers diagnostic for cv-qualified base classes. This patch removes const from MockEthernetImpl to fix the -Wignored-qualifiers error. Original-Bug: 391704289 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1192542 Original-Revision: 626de676a7b41c8be75aeb1fb7030735aa3f12d5 GitOrigin-RevId: fda0189e659871a285e713d06da62c0eaf8e7764 Change-Id: Iebcf36703ad221a3099d618e5ed14d9b048576c2
1 parent 3038ae5 commit 86f84fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
githooks="integration/git-hooks"
1212
remote="https://fuchsia.googlesource.com/fuchsia"
1313
gerrithost="https://fuchsia-review.googlesource.com"
14-
revision="1be5fba4f0ca64570eec5d4e7bc5b6150c1532be"/>
14+
revision="626de676a7b41c8be75aeb1fb7030735aa3f12d5"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)