]> git.sesse.net Git - vlc/commit
configure: Treat unused param or value as error when building with --enable-debug.
authorPierre d'Herbemont <pdherbemont@free.fr>
Thu, 20 Aug 2009 14:39:33 +0000 (16:39 +0200)
committerPierre d'Herbemont <pdherbemont@free.fr>
Thu, 20 Aug 2009 14:43:26 +0000 (16:43 +0200)
commitc2786a86cdcb0d17e84bb3b3f9eb30a548139898
treeeb26e1b771c3a8260f4d1c8cc2244d2b2102bddd
parent91c4ffbb29f66fcd3be76482a0a65bce40083822
configure: Treat unused param or value as error when building with --enable-debug.

Warnings that are 'safe' to be treated as error should be added here as well.

I hope this will raise VLC code quality, and tend to lower the hudge number of warnings. Some of them are sometimes letal but hidden by others.
configure.ac
m4/flags.m4