summaryrefslogtreecommitdiff
path: root/py/scope.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2018-10-23 12:18:25 +1100
committerDamien George <damien.p.george@gmail.com>2018-10-27 23:53:08 +1100
commit746dbf78d3067f32c8885217d53ff9231dac3772 (patch)
tree6319d1f05970dcaa9b77cfc1409197f19bc54de2 /py/scope.c
parent27ca9ab8b27f7b95f050313fa3d60d8bb79b1d85 (diff)
py/py.mk: When building axtls use -Wno-all to prevent all warnings.
Building axtls gives a lot of warnings with -Wall enabled, and explicitly disabling all of them cannot be done in a way compatible with gcc and clang, and likely other compilers. So just use -Wno-all to prevent all of the extra warnings (in addition to the necessary -Wno-unused-parameter, -Wno-uninitialized, -Wno-sign-compare and -Wno-old-style-definition). Fixes issue #4182.
Diffstat (limited to 'py/scope.c')
0 files changed, 0 insertions, 0 deletions