MainFormInit at Codewarrior

2004-03-04 Thread Davi Lopes Carvalho
Hi everybody, It will be a silly question, but I would like to know why CodeWarrior creates the MainFormInit with the parameter commented. Please see the example below... Does it have any meaning ? /*** * * FUNCTION:Mai

Re: MainFormInit at Codewarrior

2004-03-04 Thread Ben Combee
At 09:14 PM 3/4/2004, you wrote: It will be a silly question, but I would like to know why CodeWarrior creates the MainFormInit with the parameter commented. Please see the example below... This is to avoid a warning about an unused parameter. In C++, it's legal to omit the parameter name if you