Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
LUPI_defines.hpp
Go to the documentation of this file.
1/*
2# <<BEGIN-copyright>>
3# Copyright 2019, Lawrence Livermore National Security, LLC.
4# This file is part of the gidiplus package (https://github.com/LLNL/gidiplus).
5# gidiplus is licensed under the MIT license (see https://opensource.org/licenses/MIT).
6# SPDX-License-Identifier: MIT
7# <<END-copyright>>
8*/
9
10#ifndef LUPI_defines_hpp_included
11#define LUPI_defines_hpp_included 1
12
13#if __cplusplus > 201402L
14 #define LUPI_maybeUnused [[maybe_unused]]
15#else
16 #define LUPI_maybeUnused
17#endif
18
19#endif // LUPI_defines_hpp_included