HomeHEPForge

Use standard MAX_DBL and MAX_INT macros as a source for MAXDOUBLE and MAXINT…

Description

Use standard MAX_DBL and MAX_INT macros as a source for MAXDOUBLE and MAXINT, to suppress GCC5 warnings. Convert namespace-global const variables to be static, to suppress compiler warnings. Remove the -Wno-unused-variable flag thanks to the above fixes, and because we want to see real warnings.