-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
TestingTest related issueTest related issue
Milestone
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
XVilka and peace-maker
Metadata
Metadata
Assignees
Labels
TestingTest related issueTest related issue
Type
Projects
Status
Todo