Skip to content

Commit

Permalink
Modify setup.py to ignore unimportant compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsalmon committed Feb 25, 2013
1 parent de3d47c commit 1c3875d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -24,7 +24,8 @@
depends = ['src/ClientType.hh', 'src/XRootDStatusType.hh',
'src/URLType'],
libraries = ['XrdCl', 'XrdUtils', 'dl'],
extra_compile_args = ['-g'],
extra_compile_args = ['-g', '-Wno-deprecated-writable-strings',
'-Wno-shorten-64-to-32', '-Wno-write-strings'],
include_dirs = [xrdincdir],
library_dirs = [xrdlibdir]
)
Expand Down

0 comments on commit 1c3875d

Please sign in to comment.