Re: GuiView Warnings

2008-02-27 Thread Abdelrazak Younes
rgheck wrote: The former is trivial, but the latter looks worrying. GuiView.cpp:406: warning: comparison between signed and unsigned integer expressions GuiView.cpp:409: warning: unused variable 'wa' It's just remaining from debugging process. I'll remove that. Abdel.

GuiView Warnings

2008-02-26 Thread rgheck
The former is trivial, but the latter looks worrying. GuiView.cpp:406: warning: comparison between signed and unsigned integer expressions GuiView.cpp:409: warning: unused variable 'wa' rh