https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94230
Bug ID: 94230 Summary: provide an option to change the size limitation for -Wmisleading-indent Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: qinzhao at gcc dot gnu.org Target Milestone: --- gcc issues the following warning message for -Wmisleading-indentation: test.c:632: note: -Wmisleading-indentation is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers For a file test.c on its line #632. please provide an option to the user to change the limitation of the size.