c-typeck.c
227 KB
-
c-typeck.c (emit_side_effect_warnings): Use EXPR_HAS_LOCATION instead of… · 607bdeaa
c-typeck.c (emit_side_effect_warnings): Use EXPR_HAS_LOCATION instead of EXPR_LOCUS in a boolean context... * c-typeck.c (emit_side_effect_warnings): Use EXPR_HAS_LOCATION instead of EXPR_LOCUS in a boolean context, which is always true if --enable-mapped-location. * stmt.c (warn_if_unused_value): Likewise. Also use EXPR_LOCATION. From-SVN: r84698
Per Bothner committed