We had now several times that the CI in Capstone is fine with several build warnings, but external projects are not.
For v6 or at least v7 we should be able to compile CS without any build warnings.
Especially since everything is C and more strict is always better in this case.
Issues
#2139
We had now several times that the CI in Capstone is fine with several build warnings, but external projects are not.
For
v6or at leastv7we should be able to compile CS without any build warnings.Especially since everything is C and more strict is always better in this case.
-Wall-Wenum(120 warnings)-Woverlength(4 warnings)-Wshadow(28 warnings) - Enable-Wshadow=localfor CI #2170-Wpedantic(1926 warnings) inARMDisassembler.carm.hARMInstPrinter.cbpf.hcapstone.hMapping.hMCInst.hmips.hppc.hPPCInstPrinter.cPPCInstPrinter.hriscv.hsh.hsparc.hsystemz.htricore.hTriCoreInstPrinter.cwasm.hxcore.hIssues
#2139