We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49ebcf commit b1d2ac8Copy full SHA for b1d2ac8
include/ignition/rendering/base/BaseCamera.hh
@@ -810,7 +810,7 @@ namespace ignition
810
811
//////////////////////////////////////////////////
812
template <class T>
813
- void BaseCamera<T>::RenderTextureMetalId(void */*_textureIdPtr*/) const
+ void BaseCamera<T>::RenderTextureMetalId(void *) const
814
{
815
ignerr << "RenderTextureMetalId is not supported by current render"
816
<< " engine" << std::endl;
include/ignition/rendering/base/BaseRenderTarget.hh
@@ -296,7 +296,7 @@ namespace ignition
296
297
298
299
- void BaseRenderTexture<T>::MetalId(void */*_textureIdPtr*/) const
+ void BaseRenderTexture<T>::MetalId(void *) const
300
301
}
302
0 commit comments