Commit 49dbcd7
[netdevice] Remove const from MockNetworkDeviceIfc
llvm/llvm-project#121419 added
-Wignored-qualifiers diagnostic for cv-qualified base
classes. This patch removes const from MockNetworkDeviceIfc
to fix the -Wignored-qualifiers error similar to
https://fxrev.dev/1192542.
Bug: 391704289
Change-Id: I01fe73aa25850fa21d3ac10a14e894aed51e5419
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1194243
Fuchsia-Auto-Submit: Gulfem Savrun Yeniceri <[email protected]>
Reviewed-by: Bruno Dal Bo <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>1 parent d10df7b commit 49dbcd7
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 | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| |||
0 commit comments