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 = [
|
extra_compile_args = [
|
||||||
"-std=c11",
|
"-std=c11",
|
||||||
"-Wall",
|
"-Wall",
|
||||||
"-Wextra",
|
#"-Wextra",
|
||||||
# "-Wpedantic", # binary constants :s
|
# "-Wpedantic", # binary constants :s
|
||||||
"-Wno-cast-function-type",
|
#"-Wno-cast-function-type",
|
||||||
"-Werror=implicit-function-declaration",
|
#"-Werror=implicit-function-declaration",
|
||||||
"-Werror=implicit-function-declaration",
|
#"-Werror=implicit-function-declaration",
|
||||||
"-Werror=incompatible-pointer-types",
|
#"-Werror=incompatible-pointer-types",
|
||||||
"-Werror=vla",
|
#"-Werror=vla",
|
||||||
"-Werror=switch",
|
#"-Werror=switch",
|
||||||
"-Werror=implicit-fallthrough",
|
#"-Werror=implicit-fallthrough",
|
||||||
"-Werror=unused-function",
|
#"-Werror=unused-function",
|
||||||
"-Werror=unused-parameter",
|
#"-Werror=unused-parameter",
|
||||||
"-Werror=shadow",
|
#"-Werror=shadow",
|
||||||
# "-Werror",
|
# "-Werror",
|
||||||
"-g",
|
"-g",
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user