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.
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.