diff --git a/src/QABugs/QABugs_11.cxx b/src/QABugs/QABugs_11.cxx index 55e5f35357..9efdd19ec7 100644 --- a/src/QABugs/QABugs_11.cxx +++ b/src/QABugs/QABugs_11.cxx @@ -2482,7 +2482,7 @@ static Standard_Integer OCC6143 (Draw_Interpretor& di, Standard_Integer argc, co Standard_Real res, r=RealLast(); res = r * r; - sin(1.); //this function tests FPU flags and raises signal (tested on LINUX). + (void)sin(1.); //this function tests FPU flags and raises signal (tested on LINUX). di << "-- "<