mirror of
https://github.com/SELinuxProject/setools
synced 2025-01-31 04:01:39 +00:00
parent
154e8291ea
commit
5fb7f95b65
8
setup.py
8
setup.py
@ -77,9 +77,11 @@ ext_py_mods = [Extension('setools.policyrep.libpolicyrep', ['setools/policyrep/l
|
||||
'-Wwrite-strings',
|
||||
'-Wno-unused-parameter',
|
||||
'-Wno-suggest-attribute=format',
|
||||
'-Wno-sign-compare', # Bison
|
||||
'-Wno-cast-qual', # libsepol uses const-to-nonconst casts
|
||||
'-Wno-unreachable-code', # Bison generates unreachable code
|
||||
'-Wno-sign-compare',
|
||||
'-Wno-cast-qual',
|
||||
'-Wno-unreachable-code',
|
||||
'-Wno-implicit-fallthrough',
|
||||
'-Wno-cast-function-type',
|
||||
'-fno-exceptions'])]
|
||||
|
||||
setup(name='setools',
|
||||
|
Loading…
Reference in New Issue
Block a user