New review comment by Phicem on void-packages repository https://github.com/void-linux/void-packages/pull/39984#discussion_r1002762706 Comment: Hmm, I think I understand most of the suggested change here, but not all of it. I understand that the `-02` flag is useless because it is already defined in `$XBPS_CFLAGS` and thus implicitely used. I guess removing `-Wall` only suppresses warnings (which are not very useful in an automated build process), and can be safely removed, so I think I undestand this one as well. (I am correct?) However I don't understand the removal of the `-Wno-narrowing` flag. I'm not very familiar with this flag but I thought it could remove errors (and not only warnings), and thus could change the build result. Why did you suggest removing this flag? Is it because it is considered that software should not be built when there are narrowing errors? Or is there another reason?