On Tue, 2013-05-14 at 11:47 +0200, Éloi Rivard wrote:
> Hi,
> 
> Could you have a look at scheme_create_timebase function in view.c.
> The "if" statement emits a warnings, but I don't know how to fix it.
> 
> Should it be a double equals operator, or the affectation before the
> "if" statement ?

Good work - it is actually an ! that is missing. I use the idiom
if((a=b)) ... whenever I am tempted to assign and test in one go. I have
fixed this line in git master, thanks for the detective work.

Richard


> 
> -- 
> Éloi Rivard - [email protected]
>         
> « On perd plus à être indécis qu'à se tromper. »
> 
> _______________________________________________
> Denemo-devel mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/denemo-devel



_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel

Reply via email to