Skip to content

Commit 3d0f366

Browse files
committed
Suppress some noisy warning categories
1 parent a6f7108 commit 3d0f366

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
['sass.c'] + libsass_sources,
3030
define_macros=[('LIBSASS_PYTHON_VERSION', '"' + version + '"')],
3131
depends=libsass_headers,
32-
extra_compile_args=['-c', '-Wall', '-O2', '-fPIC'],
32+
extra_compile_args=['-c', '-O2', '-fPIC',
33+
'-Wall', '-Wno-parentheses',
34+
'-Wno-tautological-compare'],
3335
extra_link_args=['-fPIC'],
3436
)
3537

0 commit comments

Comments
 (0)