gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash/server/parser button_character_def.h movi...


From: strk
Subject: Re: [Gnash-commit] gnash/server/parser button_character_def.h movi...
Date: Fri, 27 Oct 2006 16:48:00 +0200

On Fri, Oct 27, 2006 at 02:30:52PM +0000, Vitaly Alexeev wrote:

> --- button_character_def.h    16 Oct 2006 14:33:38 -0000      1.3
> +++ button_character_def.h    27 Oct 2006 14:30:51 -0000      1.4
> @@ -116,6 +116,8 @@
>      // why it is virtual anyway.
>      // get_button_bound() is used for buttons.
>      assert(0); // should not be called  
> +             rect unused;
> +             return unused;
>    }

I think we can simply avoid naming the parameters in these cases, can
you confirm ? 

function_not_using_params(a_param&, const another_one*) { assert(0); } 

--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]