chiark / gitweb /
build-sys: make nonnull warning non-fatal (#6742)
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 4 Sep 2017 16:49:12 +0000 (19:49 +0300)
committerSven Eden <yamakuzure@gmx.net>
Mon, 4 Sep 2017 16:49:12 +0000 (19:49 +0300)
commit9407b5fbee0dd48b8bbdf3a5b4bacb84192ab243
treec0ae9b1072e4a46a20f3eb5db42ed1a03a6920c0
parent5c61c6352ad14bf0b392a5af2588e3ed319ad86b
build-sys: make nonnull warning non-fatal (#6742)

Seems to be some kind of confusion in gcc. Insteading of playing whack-a-mole and
adding work-arounds in code, let's adjust the compilation options instead.

Fixes #6119, replaces #6657.