Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/Geant4/LUPI_defines.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /*
0002 # <<BEGIN-copyright>>
0003 # Copyright 2019, Lawrence Livermore National Security, LLC.
0004 # This file is part of the gidiplus package (https://github.com/LLNL/gidiplus).
0005 # gidiplus is licensed under the MIT license (see https://opensource.org/licenses/MIT).
0006 # SPDX-License-Identifier: MIT
0007 # <<END-copyright>>
0008 */
0009 
0010 #ifndef LUPI_defines_hpp_included
0011 #define LUPI_defines_hpp_included 1
0012 
0013 #if __cplusplus > 201402L
0014     #define LUPI_maybeUnused [[maybe_unused]]
0015 #else
0016     #define LUPI_maybeUnused 
0017 #endif
0018 
0019 #endif          // LUPI_defines_hpp_included