OGLplus
(0.59.0)
a C++ wrapper for rendering APIs
eagine
maybe_unused.hpp
Go to the documentation of this file.
1
#ifndef EAGINE_MAYBE_UNUSED_HPP
9
#define EAGINE_MAYBE_UNUSED_HPP
10
11
#define EAGINE_MAYBE_UNUSED(EXPR) (void)(EXPR)
12
13
#endif // EAGINE_MAYBE_UNUSED_HPP
Copyright © 2015-2021
Matúš Chochlík
.
<
chochlik -at -gmail.com
>
Documentation generated on Tue Apr 13 2021 by
Doxygen
(version 1.8.17).