mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2025-01-30 15:32:43 +00:00
Remove some warnings flags because windows bad
This commit is contained in:
parent
eaaf3dff4a
commit
fa178243ee
22
setup.py
22
setup.py
@ -18,18 +18,18 @@ setup(
|
||||
extra_compile_args = [
|
||||
"-std=c11",
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
#"-Wextra",
|
||||
# "-Wpedantic", # binary constants :s
|
||||
"-Wno-cast-function-type",
|
||||
"-Werror=implicit-function-declaration",
|
||||
"-Werror=implicit-function-declaration",
|
||||
"-Werror=incompatible-pointer-types",
|
||||
"-Werror=vla",
|
||||
"-Werror=switch",
|
||||
"-Werror=implicit-fallthrough",
|
||||
"-Werror=unused-function",
|
||||
"-Werror=unused-parameter",
|
||||
"-Werror=shadow",
|
||||
#"-Wno-cast-function-type",
|
||||
#"-Werror=implicit-function-declaration",
|
||||
#"-Werror=implicit-function-declaration",
|
||||
#"-Werror=incompatible-pointer-types",
|
||||
#"-Werror=vla",
|
||||
#"-Werror=switch",
|
||||
#"-Werror=implicit-fallthrough",
|
||||
#"-Werror=unused-function",
|
||||
#"-Werror=unused-parameter",
|
||||
#"-Werror=shadow",
|
||||
# "-Werror",
|
||||
"-g",
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user