nvcc command line option to suppress pointer advisories?

Hello all,

Is there a command line option for nvcc that will suppress these warnings:

Advisory: Cannot tell what pointer points to, assuming global memory space.

Barring that, how do I just suppress all warnings altogether?

Thanks!