Files
mercury/util
Peter Wang a7bac78bf9 Suppress spurious "used but never defined" warnings from gcc 4.6+.
Branches: main, 11.07

Suppress spurious "used but never defined" warnings from gcc 4.6+.
Fixes bug #250.

util/mfiltercc.c:
	Update `drop_line' to match the error message from newer versions of
	gcc, which add a suffix to the message.

	Allow the same message for non-Mercury-generated functions to pass
	through.
2012-05-10 00:12:08 +00:00
..