Drop "-Wunsafe-loop-optimizations".
authorEric Anholt <eric@anholt.net>
Thu, 2 Aug 2012 18:25:57 +0000 (11:25 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 10 Aug 2012 16:48:02 +0000 (09:48 -0700)
commit71ebcf4ea372927ba8af425a229c4fa75dc45dd1
tree23d0099235f1758b64e4657d48e76288221f4781
parent128803a107fde8ce36036e59437a536fc4d46553
Drop "-Wunsafe-loop-optimizations".

It warns about totally sensible things done in intel_decode.c.  I've
never seen this warn do anything useful, and apparently I was the one
to introduce it when I added the giant pile of warning flags back in
2008.

Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
configure.ac