]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Stop disabling -Wattributes (#41174)
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Fri, 20 Mar 2026 16:10:10 +0000 (17:10 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Mar 2026 16:10:10 +0000 (17:10 +0100)
In one of the reviews one of the LLMs noticed that the pragma is set but
never unset, so it remains in effect for the rest of the translation
unit. From the comment, it's not clear how old those "old compilers"
were, so let's try if things work without this workaround.

1  2 
src/shared/tests.h

Simple merge