Do a strict ./configure --enable-developer build to make warnings errors in CI
authorAndrew Bartlett <abartlet@samba.org>
Wed, 27 May 2020 23:33:55 +0000 (11:33 +1200)
committerNico Williams <nico@cryptonector.com>
Thu, 28 May 2020 04:23:43 +0000 (23:23 -0500)
commit9142a46e89b1e2a312e1e2ed4ea8f9a934f318d4
treee5f4f63009021409855c97b623a34bf05f4ec114
parent5e690fe70cd763dbc66ad3e313994c9a0271ca95
Do a strict ./configure --enable-developer build to make warnings errors in CI

This will make it harder to commit code that triggers warnings.

This list of allowed warnings is too long, but can be trimmed down
over time.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
.travis.yml