Open
Description
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.
- Builds with
-Wall
-
-Wenum
(120 warnings) -
-Woverlength
(4 warnings) -
-Wshadow
(28 warnings) - Enable-Wshadow=local
for CI #2170
-
- Builds with
-Wpedantic
(1926 warnings) in-
ARMDisassembler.c
-
arm.h
-
ARMInstPrinter.c
-
bpf.h
-
capstone.h
-
Mapping.h
-
MCInst.h
-
mips.h
-
ppc.h
-
PPCInstPrinter.c
-
PPCInstPrinter.h
-
riscv.h
-
sh.h
-
sparc.h
-
systemz.h
-
tricore.h
-
TriCoreInstPrinter.c
-
wasm.h
-
xcore.h
-
Issues
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo