Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
datapath: avoid cast-qual warning in vport_priv
This function must cast a const value to a non const value. By adding an uintptr_t cast the warning is suppressed. To avoid the cast (proper solution) several function signatures must be changed. Signed-off-by: Daniele Di Proietto <[email protected]> Signed-off-by: Jesse Gross <[email protected]>
- Loading branch information