[Ada] Add Sphinx option -W to treat warnings as errors

2018-01-11  Ben Brosgol  <brosgol@adacore.com>

gcc/ada/

	* doc/Makefile: Add Sphinx option -W to treat warnings as errors.

From-SVN: r256506
This commit is contained in:
Ben Brosgol 2018-01-11 08:52:59 +00:00 committed by Pierre-Marie de Rodat
parent f5c31a469e
commit 2e01b698bd
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2018-01-11 Ben Brosgol <brosgol@adacore.com>
* doc/Makefile: Add Sphinx option -W to treat warnings as errors.
2018-01-11 Ben Brosgol <brosgol@adacore.com>
* doc/gnat_rm/implementation_defined_aspects.rst: Minor type/wording

View File

@ -1,7 +1,7 @@
# Makefile for Sphinx documentation
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXOPTS = -W
SPHINXBUILD = DOC_NAME=$* sphinx-build
PAPER =
BUILDDIR = build