0032057: Coding Rules - eliminate CLang warning -Wunused-parameter when targeting iOS
[occt.git] / src / Cocoa / Cocoa_Window.mm
index 1f864cf..bd8c2e3 100644 (file)
@@ -111,7 +111,7 @@ Cocoa_Window::Cocoa_Window (const Standard_CString theTitle,
   myYBottom (thePxTop + thePxHeight)
 {
 #if defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE
-  //
+  (void )theTitle;
 #else
   if (thePxWidth <= 0 || thePxHeight <= 0)
   {