From: Jason Merrill Date: Thu, 16 Jun 1994 00:47:03 +0000 (+0000) Subject: (TREE_NO_UNUSED_WARNING): Note that this can be applied X-Git-Tag: misc/cutover-egcs-0~6444 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=248c0f743ba324dfe3c97b6920243a58eb7299f3;p=thirdparty%2Fgcc.git (TREE_NO_UNUSED_WARNING): Note that this can be applied to COMPOUND_EXPRs, too. From-SVN: r7499 --- diff --git a/gcc/tree.h b/gcc/tree.h index b938340a27a1..58d0a6c83e03 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -256,8 +256,8 @@ struct tree_common In a CONSTRUCTOR, nonzero means allocate static storage. */ #define TREE_STATIC(NODE) ((NODE)->common.static_flag) -/* In a CONVERT_EXPR or NOP_EXPR, this means the node was made - implicitly and should not lead to an "unused value" warning. */ +/* In a CONVERT_EXPR, NOP_EXPR or COMPOUND_EXPR, this means the node was + made implicitly and should not lead to an "unused value" warning. */ #define TREE_NO_UNUSED_WARNING(NODE) ((NODE)->common.static_flag) /* Nonzero for a TREE_LIST or TREE_VEC node means that the derivation