summaryrefslogtreecommitdiff
path: root/doc/neps/warnfix.txt
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2008-09-04 13:31:24 +0000
committerDavid Cournapeau <cournape@gmail.com>2008-09-04 13:31:24 +0000
commit81510b5d8e5710af603eff0517b69f431c0e21e4 (patch)
tree704c5324a26807cbeeaa330a3182ab94393ba4f1 /doc/neps/warnfix.txt
parentc4abfa722490ac88aa9d59316e038cbafe68a8c0 (diff)
downloadnumpy-81510b5d8e5710af603eff0517b69f431c0e21e4.tar.gz
Update the warnfix nep.
Diffstat (limited to 'doc/neps/warnfix.txt')
-rw-r--r--doc/neps/warnfix.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/neps/warnfix.txt b/doc/neps/warnfix.txt
index f7e3a7736..03b809e3d 100644
--- a/doc/neps/warnfix.txt
+++ b/doc/neps/warnfix.txt
@@ -12,9 +12,10 @@ Executive summary
When building numpy and scipy, we are limited to a quite restricted set of
warning compilers, thus missing a large class of potential bugs which could be
-detected with stronger warning flags. The goal of this PEP is to clean the code
-and implements some policy to make numpy buildable with a bigger set of
-warning flags, while keeping the build warnings free.
+detected with stronger warning flags. The goal of this PEP is present the
+various methods used to clean the code and implement some policy to make numpy
+buildable with a bigger set of warning flags, while keeping the build warnings
+free.
Warning flags
=============