lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fcgiwrap: don't error on implicit fallthrough

This errored since ca8aa5d, but should be safe.
Warning is left on (instead of completely disabled),
to not hide potential other fallthroughs if someone
was to make changes to fcgiwrap with this package.

tilpner a758ae44 ec2981ae

+1
+1
pkgs/servers/fcgiwrap/default.nix
··· 9 9 sha256 = "07y6s4mm86cv7p1ljz94sxnqa89y9amn3vzwsnbq5hrl4vdy0zac"; 10 10 }; 11 11 12 + NIX_CFLAGS_COMPILE = "-Wno-error=implicit-fallthrough"; 12 13 configureFlags = [ "--with-systemd" "--with-systemdsystemunitdir=$(out)/etc/systemd/system" ]; 13 14 14 15 nativeBuildInputs = [ autoreconfHook pkgconfig ];