File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 6969 #define GPUCritical (...) GPUWarning(__VA_ARGS__)
7070 #define GPUFatal (string, ...) \
7171 { \
72- fprintf (stderr, string " \n " , __VA_ARGS__); \
72+ fprintf (stderr, string " \n " , ## __VA_ARGS__); \
7373 exit (1 ); \
7474 }
7575 #endif
Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ find_package(O2GPU)
128128add_subdirectory (../../ GPU)
129129add_library (standalone_support SHARED ${O2_DIR} /Common/Field/src/MagFieldFast.cxx
130130 ${O2_DIR} /DataFormats/Detectors/TPC/src/CompressedClusters.cxx
131- ${O2_DIR} /DataFormats/simulation/src/MCCompLabel.cxx
132131 ${O2_DIR} /DataFormats/Reconstruction/src/TrackParametrization.cxx
133132 ${O2_DIR} /DataFormats/Reconstruction/src/TrackParametrizationWithError.cxx
134133 ${O2_DIR} /DataFormats/Reconstruction/src/Vertex.cxx
You can’t perform that action at this time.
0 commit comments