Salome HOME
0021255: [CEA 466] compilation with gcc 4.6.0 without warnings
authoreap <eap@opencascade.com>
Tue, 3 May 2011 14:14:53 +0000 (14:14 +0000)
committereap <eap@opencascade.com>
Tue, 3 May 2011 14:14:53 +0000 (14:14 +0000)
commit7becd9158a3883b4f606934dd9937c7cf1a9149d
tree0c59858f248a7d4c55a64ab3c2355fd7f8a58941
parent1b026f075e2e99bf6473a3486b9cfe6529d318a9
0021255: [CEA 466] compilation with gcc 4.6.0 without warnings

           int bid = 0;
           pthread_create(&traceThread, NULL,
-                                   SALOMETraceCollector::run, (void *)bid);
+                                   SALOMETraceCollector::run, &bid);
src/SALOMETraceCollector/SALOMETraceCollector.cxx