Place some START_TIMER invocations in separate blocks.

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.
This commit is contained in:
Diego Biurrun 2012-01-03 13:25:25 +01:00
parent a6a4793d04
commit 00a1cdd264
2 changed files with 5 additions and 4 deletions