Browse Source
silence compiler warnings if HAVE_FORK is not set However, if HAVE_FORK is not set, then -Werror was probably passed to ./configure, which is currently a mistake. lighttpd can successfully compiles src/ with -Werror on many platforms, but ./configure tests should not be run with -Werror. [gstrauss] github: closes #81 x-ref: "Fix warnings" https://github.com/lighttpd/lighttpd1.4/pull/81personal/stbuehler/mod-csrf
6 changed files with 17 additions and 2 deletions
Loading…
Reference in new issue