]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/AliHLTMUONTrigRecsDebugBlockStruct.h
Compilation with CC on Solaris x86
[u/mrichter/AliRoot.git] / HLT / MUON / AliHLTMUONTrigRecsDebugBlockStruct.h
index f9d1f6d80892f39402132b6c2f121930ee1fb53b..571fb1e748b55d8147ae0ab4e8571204644a0973 100644 (file)
@@ -47,7 +47,11 @@ struct AliHLTMUONTrigRecsDebugBlockStruct
        AliHLTMUONDataBlockHeader fHeader; // Common data block header
 
        // Array of trigger records.
+#ifndef __SUNPRO_CC
        AliHLTMUONTrigRecInfoStruct fTrigRecInfo[/*fHeader.fNrecords*/];
+#else
+       AliHLTMUONTrigRecInfoStruct fTrigRecInfo[1];
+#endif
 };
 
 } // extern "C"