Jean-Marc Lasgouttes wrote: > There are still some unused parameters in the xforms .c files like: > > ../../../../lyx-devel/src/frontends/xforms/bmtable.c: In function > `handle_bitmap table': > ../../../../lyx-devel/src/frontends/xforms/bmtable.c:170: warning: unused > parame ter `xev' > > In C++, I would define the parameter as "void * /*xev*/" and be done > with it. Is there a reason why this is not done in .c files? Are there > portability concerns?
Try it. gcc will refuse to compile it. -- Angus