On Tue, Jan 03, 2012 at 03:26:30PM -0800, Jason Garrett-Glaser wrote:
> On Tue, Jan 3, 2012 at 2:29 PM, Diego Biurrun <[email protected]> wrote:
> > This fixes compilation failures related to START_TIMER/STOP_TIMER macros and
> > -Werror=declaration-after-statement.  START_TIMER declares variables and 
> > thus
> > may not be placed after statements outside of a new block.
> 
> START/STOP_TIMER are for development purposes only.  There is
> absolutely no reason to make this sort of change for something that
> should never be enabled except during development.

Except that one cannot use it for development right now, because
it will not compile?  How can development code be exempt from
compilation requirements?

I see two alternatives only:

- drop the code or
- make it compile.

I don't particularly care which road we go down, but one of them it
has to be ...

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to