On Monday 15 December 2003 20:39, George Staikos wrote: > > please use Q_UNUSED() or remove the name from the parameter declaration. > > C file, can't remove the parameter, and it's Qt-free because it's a > generic plugin definition from another project. It really is one of the > only ways to remove it unfortunately. #define KST_UNUSED(x) if(x);