Commit 36e4044
committed
drivers/eth_nxp_enet_qos: Avoid compiler warnings from un-used values
It looks like the fetches from the device are required to clear status, but
the mac_interrupts and mac_rx_tx_status values are never used. Avoid compiler
warnings by adding references using a (void) cast.
Signed-off-by: Keith Packard <[email protected]>1 parent 40433c8 commit 36e4044
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| 296 | + | |
| 297 | + | |
296 | 298 | | |
297 | 299 | | |
298 | 300 | | |
| |||
0 commit comments