mirror of
https://github.com/systemd/systemd.git
synced 2026-07-11 18:13:31 +00:00
gcc does not support testing for negated warnings. See here for details:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63499
This patch changes CC_CHECK_FLAG_APPEND to always test for the non-negated
warnings.