Re: Squash compiler warnings

2003-11-21 Thread Michael Schmitt
Andre Poenitz wrote: However, I think we can completely remove the parameters as they are never used (in all functions with the same name). Well spotted. As it stands the cursor will get a BufferView * argument on construction and keep this all the time as member. So the patch should be safe. So

Re: Squash compiler warnings

2003-11-21 Thread Andre Poenitz
On Fri, Nov 21, 2003 at 02:45:35PM +0100, Michael Schmitt wrote: > Hi Angus, > > you fixed a couple of compiler warnings ("unused parameters") by simply > removing the names of corresponding function parameters. > > However, I think we can completely remove the parameters as they are > never us

Squash compiler warnings

2003-11-21 Thread Michael Schmitt
Hi Angus, you fixed a couple of compiler warnings ("unused parameters") by simply removing the names of corresponding function parameters. However, I think we can completely remove the parameters as they are never used (in all functions with the same name). I prepared a small patch for "getCur