]> SALOME platform Git repositories - modules/kernel.git/commit
Salome HOME
0021255: [CEA 466] compilation with gcc 4.6.0 without warnings
authoreap <eap@opencascade.com>
Tue, 3 May 2011 13:22:18 +0000 (13:22 +0000)
committereap <eap@opencascade.com>
Tue, 3 May 2011 13:22:18 +0000 (13:22 +0000)
commit1b026f075e2e99bf6473a3486b9cfe6529d318a9
treebcd966b10dd45bc51b6ab18419f40565408b70c2
parentfa1391b0fac2e414d160d8095464c90405979873
0021255: [CEA 466] compilation with gcc 4.6.0 without warnings

-      rc = pthread_create(&threads[t], NULL, PrintHello, (void *)t) ;
+      rc = pthread_create(&threads[t], NULL, PrintHello, &t) ;
src/SALOMELocalTrace/Test/SALOMELocalTraceTest.cxx
src/SALOMETraceCollector/Test/SALOMETraceCollectorTest.cxx