Files
2025-06-26 09:17:29 +02:00

20 lines
541 B
C++

/*
# <<BEGIN-copyright>>
# Copyright 2019, Lawrence Livermore National Security, LLC.
# This file is part of the gidiplus package (https://github.com/LLNL/gidiplus).
# gidiplus is licensed under the MIT license (see https://opensource.org/licenses/MIT).
# SPDX-License-Identifier: MIT
# <<END-copyright>>
*/
#ifndef LUPI_defines_hpp_included
#define LUPI_defines_hpp_included 1
#if __cplusplus > 201402L
#define LUPI_maybeUnused [[maybe_unused]]
#else
#define LUPI_maybeUnused
#endif
#endif // LUPI_defines_hpp_included