Skip to content
Snippets Groups Projects
Commit c9069de2 authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

TileCalibBlobObjs: Coverity 118545

Coverity warning: unchecked return.


Former-commit-id: 7384b5e6
parent a6efc732
No related branches found
No related tags found
No related merge requests found
......@@ -263,7 +263,7 @@ float
TileCalibDrawerFlt::getDY(unsigned int channel, unsigned int adc, float x) const
{
float y(-9999.), dy(-9999.);
getYDY(channel,adc,x,y,dy);
(void)getYDY(channel,adc,x,y,dy);
return dy;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment