c-common.c (c_common_truthvalue_conversion): Inhibit Wint-in-bool-context warning...
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Wed, 21 Sep 2016 20:14:44 +0000 (20:14 +0000)
committerBernd Edlinger <edlinger@gcc.gnu.org>
Wed, 21 Sep 2016 20:14:44 +0000 (20:14 +0000)
commita09e9e35a62b19065ba248f666cf87364ee68a1c
tree6e456e9091f639e4339d0df9d4f7ac98a9aa3582
parent63cb3926080e7f7e1b93dd94911ad4720813a081
c-common.c (c_common_truthvalue_conversion): Inhibit Wint-in-bool-context warning with from_macro_definition_at.

2016-09-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        * c-common.c (c_common_truthvalue_conversion): Inhibit
        Wint-in-bool-context warning with from_macro_definition_at.
        Mention the expression will always evaluate to true.

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