Avoid unnecessary work when -Wmisleading-indentation isn't enabled
commit9af7c176b2d5fc35bdbf0a98cdf677c156dabaa8
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Jun 2015 18:39:49 +0000 (2 18:39 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Jun 2015 18:39:49 +0000 (2 18:39 +0000)
tree6293a8085ebb4be50e27a5e1a6b94a55b62e71e6
parentdce53dbcaaa28ebaee6082c7d6f4c36bb8e3a19a
Avoid unnecessary work when -Wmisleading-indentation isn't enabled

gcc/c-family/ChangeLog:
* c-indentation.c (warn_for_misleading_indentation): Bail out
immediately if -Wmisleading-indentation isn't enabled.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224040 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/c-family/ChangeLog
gcc/c-family/c-indentation.c