This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: yet another wrong warning


On Wed, Nov 01, 2000 at 11:04:28AM -0800, Ulrich Drepper wrote:
> #define SWAP(x, y) ({ typeof(x) _tmp = x; x = y; y = _tmp; })
> v.c:9: warning: value computed is not used

Known bug, quite irritating to fix.  File a gnats bug
and it'll get dealt with eventually.


r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]