r17645: gcc 4.1.x has started producing "value computed is not used" warnings
commit8236a0ac5e80c30e52fccc0ef41a6c808ea43420
authorAndrew Tridgell <tridge@samba.org>
Mon, 21 Aug 2006 01:27:22 +0000 (21 01:27 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:16:19 +0000 (10 14:16 -0500)
tree87abdbb5082a43a2b7d53b8b445a0108a4eb2f98
parent45c0580e5d3b18301bc5706423bb407d001fb61d
r17645: gcc 4.1.x has started producing "value computed is not used" warnings
in very annoying ways for talloc_steal. This rather strange looking
cpp approach avoids these warnings. It's really a problem in gcc, but
better to do this than put up with the huge flood of warnings.
source/lib/talloc/talloc.h