Commit 626de67
[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.
Bug: 391704289
Change-Id: I0d5bce970d6e91febe7a5f775b35b0b2e1383245
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1192542
Commit-Queue: Auto-Submit <[email protected]>
Reviewed-by: Bruno Dal Bo <[email protected]>
Fuchsia-Auto-Submit: Gulfem Savrun Yeniceri <[email protected]>1 parent 1be5fba commit 626de67
File tree
1 file changed
+2
-2
lines changed- src/connectivity/ethernet/drivers/ethernet/netdevice-migration
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
0 commit comments