summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-12-05 08:52:43 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-12-05 08:52:43 +0000
commit758cfe80c9a1c4657cdbbb0a08664be24a7d10b2 (patch)
tree31a1e79628248d5d65b952eb39d82e8191db6a26
parentf5cf3f16428610e9c67dc905412962c3b0b7f117 (diff)
downloadmpfr-758cfe80c9a1c4657cdbbb0a08664be24a7d10b2.tar.gz
[doc/README.dev] Removed a -Wno-error=deprecated-declarations as
the specific warnings are now avoided (r11896). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11897 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--doc/README.dev4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.dev b/doc/README.dev
index 82d2478e2..ca2eb266e 100644
--- a/doc/README.dev
+++ b/doc/README.dev
@@ -304,8 +304,8 @@ To make a release (for the MPFR team):
-Wmissing-parameter-type -Wmissing-prototypes -Wmissing-declarations
-Wmissing-field-initializers". The -Wint-in-bool-context option
could be added once available. These warnings can easily be checked
- in automatic tests by adding "-Werror -Wno-error=unused-function
- -Wno-error=deprecated-declarations", but this needs:
+ in automatic tests by adding "-Werror -Wno-error=unused-function",
+ but this needs:
* GCC 4.9+
* a patched autoconf:
http://lists.gnu.org/archive/html/autoconf-patches/2014-01/msg00003.html