Skip to content

Commit

Permalink
setup.py: fix #2036: disable bogus swig warning about 'Overloaded met…
Browse files Browse the repository at this point in the history
…hod Archive::Archive() ...'.
  • Loading branch information
julian-smith-artifex-com committed Nov 9, 2022
1 parent 536033e commit 8edcef7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Expand Up @@ -756,6 +756,9 @@ def get_mupdf():
libraries=libraries,
extra_compile_args=extra_compile_args,
extra_link_args=extra_link_args,
# Disable bogus SWIG warning 509, 'Overloaded method ... effectively
# ignored, as it is shadowed by ...'.
swig_opts=['-w509']
)


Expand Down

0 comments on commit 8edcef7

Please sign in to comment.