X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=cparser.1;h=1e2cbe8675072d22fed219cbc7d9e6c76b918a18;hb=e78a2d387be3e06a805c0501b8c5b3ef02bdadf5;hp=767f76da2322153439117e41b4bebc1a3c020ad1;hpb=26073a8608126e36f18bd77c0f5ab9aa18d2d955;p=cparser diff --git a/cparser.1 b/cparser.1 index 767f76d..1e2cbe8 100644 --- a/cparser.1 +++ b/cparser.1 @@ -132,7 +132,7 @@ In particular these are .It Fl Wcast-qual Warn whenever a pointer cast removes qualifiers from the pointed-to type, e.g. casting a const char* to char*. .It Fl Wchar-subscripts -Warn about using an expression of type char as array subscript, e.g. char c; arr[c]. +Warn about using an expression of type char as array subscript, e.g. char\ c; arr[c]. .It Fl Wdeclaration-after-statement Warn about mixing declarations and statements, which is not allowed prior to C99. .It Fl Wdiv-by-zero