Salome HOME
0021255: [CEA 466] compilation with gcc 4.6.0 without warnings
authoreap <eap@opencascade.com>
Tue, 3 May 2011 13:18:29 +0000 (13:18 +0000)
committereap <eap@opencascade.com>
Tue, 3 May 2011 13:18:29 +0000 (13:18 +0000)
commitfa1391b0fac2e414d160d8095464c90405979873
tree270d7f63fb943c7bb7aac491f97c8d5d006d86ed
parent7c006aac066dec96ce8d9fe4a24590e70e51b062
0021255: [CEA 466] compilation with gcc 4.6.0 without warnings

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