mirror of
https://github.com/systemd/systemd.git
synced 2026-07-11 00:56:48 +00:00
When working on systemd, it's often useful to be able to comment out a function to see how a build behaves without it. Currently, when doing this with a static function that's only used once, the build fails because the function then becomes unused. As such, Let's downgrade the unused function error to a warning in local builds.
145 KiB
145 KiB