-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
During a recent cleanup a few lines were missed which are causing errors on ppc64le, like the ones below: drivers/net/mlx5/mlx5_rxtx_vec_altivec.h:77:17: error: cast discards ‘volatile’ qualifier from pointer target type [-Werror=cast-qual] lib/eal/include/rte_common.h:557:34: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Fixes: 43fd362 ("drivers: replace GCC pragma with cast") Signed-off-by: Andre Muezerie <[email protected]> Reviewed-by: David Marchand <[email protected]> Tested-by: Ali Alnubani <[email protected]>
- Loading branch information
1 parent
9eb6058
commit 9ab5a5f
Showing
1 changed file
with
40 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters