virtual function override intended

Hi all,

I just have a ‘small’ question about the output compilation of my project : since the new version, where I introduced virtual function,

I have this message :

warning: function ... is hidden by ... -- virtual function override intended?

So, I was wondering if there is a special method to hide this warning : not hide all warning, but add a specification word in the code

in order to Cuda understand better the code ?

Thanks in advance

(and sorry for my crappy english)