mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0026784: Coding rules - eliminate GCC warning -Wunused-parameter
OSD_Thread - use pthread_timedjoin_np() instead of pthread_join() when available (glibc extension). Suppress unused parameter warning in OSD_Signal, NCollection_WinHeapAllocator, OpenGl_Text, OpenGl_View, V3d_View and ViewerTest.
This commit is contained in:
@@ -37,6 +37,8 @@ NCollection_WinHeapAllocator::NCollection_WinHeapAllocator
|
||||
ULONG aHeapInfo = 2;
|
||||
HeapSetInformation (myHeapH, HeapCompatibilityInformation,
|
||||
&aHeapInfo, sizeof(aHeapInfo));
|
||||
#else
|
||||
(void )theInitSizeBytes;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user