Re: [PATCH 2/2] common/dpaax: do not disable fallthrough warnings

2024-11-13 Thread Hemant Agrawal
On 14-11-2024 06:06, Stephen Hemminger wrote: Fallthrough warnings catch real bugs and should not be disabled. There are warnings in this driver in current build. The commit that added the disable is old, and the problematic code appears to have been already removed. Fixes: 2ab9a9483196 ("cry

[PATCH 2/2] common/dpaax: do not disable fallthrough warnings

2024-11-13 Thread Stephen Hemminger
Fallthrough warnings catch real bugs and should not be disabled. There are warnings in this driver in current build. The commit that added the disable is old, and the problematic code appears to have been already removed. Fixes: 2ab9a9483196 ("crypto/dpaa2_sec: fix build with GCC 7") Cc: tho...@m