]> git.sesse.net Git - vlc/commit
configure: remove return-type from Werror warnings
authorPierre Ynard <linkfanel@yahoo.fr>
Fri, 28 Aug 2009 18:02:58 +0000 (20:02 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Fri, 28 Aug 2009 18:02:58 +0000 (20:02 +0200)
commit0a761fdb9f89cc892ff3819977d4e1932e49fc13
tree84157c26cd631c450378c942a3b9e14a289a6fd9
parent7c3a21bab6aae1517d812b1d1fed6d65034fd394
configure: remove return-type from Werror warnings

Some "no return statement in function returning non-void" warnings are
definitely not errors, and cannot be silenced without introducing dead
code, which is arguably just worse.
configure.ac