Avoid unnecessary work when -Wmisleading-indentation isn't enabled
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 2 Jun 2015 18:39:49 +0000 (18:39 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Tue, 2 Jun 2015 18:39:49 +0000 (18:39 +0000)
commit773ce42e90609a47d648eed62afc05a2f309f300
tree6293a8085ebb4be50e27a5e1a6b94a55b62e71e6
parent8ca528d9063404f392b3445766358702e63feed6
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.

From-SVN: r224040
gcc/c-family/ChangeLog
gcc/c-family/c-indentation.c