From: ski Date: Wed, 16 Apr 2014 14:16:33 +0000 (+0400) Subject: 0024848: CLang warnings -Wunused-value X-Git-Tag: V6_7_1~32 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=1ef1d19430ea5cea2af79acd1fde1d25c22a6248;p=occt-copy.git 0024848: CLang warnings -Wunused-value Warning should be fixed. --- 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 << "-- "<