BUG : crash of the openCL driver (With solution)

Hi,

I have do an OpenCL kernel and got a crash when I Build it… why ? Because I have this signature :

__kernel void Trace()
{
}

It sounds that having at least one parameter is mandatory !

Thanks

try

__kerner void Trace(void)

{

}