Skip to content
Snippets Groups Projects
Commit c2dd8c3a authored by Filip Matusiak's avatar Filip Matusiak
Browse files

CI: fix or suppress inline C cert warnings

- [cert-STR05-C] (use pointers to const when referring to string
literals)
- [cert-EXP05-C] (attempt to cast away const)
- [cert-MSC24-C] (do not use fopen better use fopen_s)
- [cert-MSC24-C] (do not use atoi better use strtol)
parent ea05368b
Branches
No related tags found
1 merge request!51CI: step up code analysis to version 1.2
Pipeline #213443 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment