Code

configure: Don't use -Wunreachable-code.
authorSebastian Harl <sh@tokkee.org>
Mon, 4 Mar 2013 17:55:03 +0000 (18:55 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 4 Mar 2013 17:55:03 +0000 (18:55 +0100)
commitae61583dd629eacc0c8257380cf16553cc805156
treec5a8be1b8d15a75d03d51c2229fef31a58a8556d
parent42ca22a1e3bbf66b8b16bd0c8c73a289b213a0ee
configure: Don't use -Wunreachable-code.

This seems to cause errors with some versions of GCC when using assertions
that (after optimization, inlining, and code-analysis) will never be true.
configure.ac