Skip to content

Commit 67208f0

Browse files
Update man/checkers/cstyleCast.md [skip ci]
Co-authored-by: chrchr-github <78114321+chrchr-github@users.noreply.github.com>
1 parent ab8a150 commit 67208f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

man/checkers/cstyleCast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Extended checking; if you want more warnings that warn about all C style casts:
3333

3434
Complementing; checking for loss of constness etc:
3535
* Misra C 11.8
36-
* Loss of constness compiler warnings (i.e. clang reports Wcast-qual).
36+
* Loss of constness compiler warnings (i.e. clang reports -Wcast-qual).
3737

3838
## Examples
3939

0 commit comments

Comments
 (0)