Elements  6.2
A C++ base framework for the Euclid Software.
Unused.h
Go to the documentation of this file.
1 
26 #ifndef ELEMENTSKERNEL_ELEMENTSKERNEL_UNUSED_H_
27 #define ELEMENTSKERNEL_ELEMENTSKERNEL_UNUSED_H_
28 
30 
39 #define ELEMENTS_UNUSED __attribute__((unused))
40 
41 #endif // ELEMENTSKERNEL_ELEMENTSKERNEL_UNUSED_H_
42 
Attribute.h
define the __attribute__ macro if it doesn't exist for some version of GCC