[Python-modules-commits] [python-llfuse] 12/16: Ignore compiler warnings due to old Cython version
Nikolaus Rath
nikratio-guest at moszumanska.debian.org
Tue Mar 8 17:38:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
nikratio-guest pushed a commit to branch master
in repository python-llfuse.
commit 38a87eabf490ad6ff1f7da095182c5484745304f
Author: Nikolaus Rath <Nikolaus at rath.org>
Date: Tue Feb 23 16:14:11 2016 -0800
Ignore compiler warnings due to old Cython version
Origin: debian
Forwarded: not-needed
Last-Update: <2016-02-23>
Author: Nikolaus Rath <Nikolaus at rath.org>
Cython versions prior to 0.24 generate Gcc compiler warnings.
Since Cython 0.24 isn't in Debian yet, we ignore these warnings.
---
setup.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/setup.py b/setup.py
index 5186561..895bfe3 100755
--- a/setup.py
+++ b/setup.py
@@ -80,9 +80,6 @@ def main():
# We may have unused functions if we compile for older FUSE versions
compile_args.append('-Wno-unused-function')
- # Value-changing conversions should always be explicit.
- compile_args.append('-Werror=conversion')
-
# Note that (i > -1) is false if i is unsigned (-1 will be converted to
# a large positive value). We certainly don't want to do this by
# accident.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-llfuse.git
More information about the Python-modules-commits
mailing list