Suppressing Cuda Warnings

Hi,

I can’t seem to find any info on this so I’ll just ask it here. We are at pains to compile without warnings where I work. Cuda spits out a bunch of warnings that I prefer to ignore…(e.g. suppress)… such as
(533): Warning: Cannot tell what pointer points to, assuming global memory space

Is there a way to suppress specific warnings?

Thanks,

VMan