On Wed, 20 May 2026, Arsen Arsenović wrote: > A lot of people use -Wextra, so moving the warning into -Wextra alone > would have insufficient effect IMO.
The point is that if using -Wextra, you should expect some warnings that are "hard to avoid ... no simple way to modify the code to suppress the warning" (whereas such warnings are outside the documented scope of -Wall). -- Joseph S. Myers [email protected]
