doc: add link
This commit is contained in:
parent
03f3ee62a0
commit
2961f29b57
|
@ -174,7 +174,7 @@ private:
|
||||||
" * C-style pointer cast in cpp file\n"
|
" * C-style pointer cast in cpp file\n"
|
||||||
" * redundant if\n"
|
" * redundant if\n"
|
||||||
" * bad usage of the function 'strtol'\n"
|
" * bad usage of the function 'strtol'\n"
|
||||||
" * bad usage of the function 'sprintf' (overlapping data)\n"
|
" * [[OverlappingData|bad usage of the function 'sprintf' (overlapping data)]]\n"
|
||||||
" * division with zero\n"
|
" * division with zero\n"
|
||||||
" * [[CheckUnsignedDivision|unsigned division]]\n"
|
" * [[CheckUnsignedDivision|unsigned division]]\n"
|
||||||
" * unused struct member\n"
|
" * unused struct member\n"
|
||||||
|
|
Loading…
Reference in New Issue