c-warn.c (warn_logical_operator): Return early if -Wlogical-op is not in effect.
authorMarek Polacek <polacek@redhat.com>
Mon, 18 Dec 2017 16:49:59 +0000 (16:49 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Mon, 18 Dec 2017 16:49:59 +0000 (16:49 +0000)
commit82cfbd01e4870097de5f9ccdae900141b382d70e
tree9818c94dac69bd101e0e194d1364bc4651a2ef6b
parent066fc7517dc82b00de335c22d6238e434439d237
c-warn.c (warn_logical_operator): Return early if -Wlogical-op is not in effect.

* c-warn.c (warn_logical_operator): Return early if -Wlogical-op is
not in effect.

From-SVN: r255782
gcc/c-family/ChangeLog
gcc/c-family/c-warn.c