c-common.c (warning_candidate_p): Change the return type to bool and return true...
authorMarek Polacek <polacek@redhat.com>
Tue, 11 Oct 2016 09:32:44 +0000 (09:32 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Tue, 11 Oct 2016 09:32:44 +0000 (09:32 +0000)
commit78f6129427265bd7ff088eda0a325210cb9051a2
treece4718f2566c55a8e11ea72402ee7d12c4066b48
parentf153e9d5b09390325a01e189f401ca1f42aac317
c-common.c (warning_candidate_p): Change the return type to bool and return true/false instead of 1/0.

* c-common.c (warning_candidate_p): Change the return type to bool
and return true/false instead of 1/0.
(vector_mode_valid_p): Likewise.

From-SVN: r240974
gcc/c-family/ChangeLog
gcc/c-family/c-common.c