DLTcollab / dcurl

Hardware-accelerated Multi-threaded IOTA PoW, drop-in replacement for ccurl
MIT License
41 stars 23 forks source link

CI: Suppress CppCheck warning with --inline-suppr option #216

Closed marktwtn closed 4 years ago

marktwtn commented 4 years ago

Use the CppCheck --inline-suppr option to suppress the detected warnings by adding the corresponding comment in the source code. The previous method needs to specify the source code line number in the suppression file, which is less flexible to maintain.

Close #215.