GGS(GenericGEANT4Simulation)Software  2.7.0
 All Data Structures Namespaces Files Functions Variables Typedefs Macros
GGSMiscUtils.h
Go to the documentation of this file.
1 /*
2  * GGSMiscUtils.h
3  *
4  * Created on: Jun 14, 2019
5  * Author: mori
6  */
7 
10 #ifndef GGSMISCUTILS_H_
11 #define GGSMISCUTILS_H_
12 
14 template <class T> void GGS_IGNORE_VAR(const T &) {}
15 
16 #endif /* INCLUDE_UTILS_GGSMISCUTILS_H_ */
void GGS_IGNORE_VAR(const T &)
Small utility to avoid compiler warnings for unused methods.
Definition: GGSMiscUtils.h:14