Skip to content

feat: ofd supported #25

feat: ofd supported

feat: ofd supported #25

Triggered via pull request March 14, 2024 08:16
@Johnson-zsJohnson-zs
opened #25
Status Success
Total duration 2m 23s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
cppcheck: src/ofd/ofd.cpp#L74
The unsigned expression 'totalPages' will never be negative so it is either pointless or an error to check if it is.
cppcheck: src/ofd/ofd.h#L17
Class 'Ofd' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.
cppcheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.