Fix bootstrapping with --disable-checking
authordodji <dodji@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Oct 2011 14:01:37 +0000 (14:01 +0000)
committerdodji <dodji@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Oct 2011 14:01:37 +0000 (14:01 +0000)
commita67520a94129bfa4f6943e9dc20d68a30d3f596d
tree9d64ab2d0d74e668a1a1205461e4e67274f131fd
parent81e042f91f0516d8c87f14abfbb4317885412a3a
Fix bootstrapping with --disable-checking

libcpp/ChangeLog

* line-map.c (linemap_macro_map_loc_to_exp_point): Avoid setting a
variable without using it if ENABLE_CHECKING is not defined.  Mark
the LOCATION parameter as being unused.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180090 138bc75d-0d04-0410-961f-82ee72b054a4
libcpp/ChangeLog
libcpp/line-map.c