Closed hseok-oh closed 4 days ago
This commit removes UNUSED_RELEASE() macro in onert. UNUSED_RELEASE() macro is introduced to avoid unused variable warning when the variable is only used in debug build. However, it is not necessary because we can use c++17 [[maybe_unused]] instead.
ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh hseok82.oh@samsung.com
This commit removes UNUSED_RELEASE() macro in onert. UNUSED_RELEASE() macro is introduced to avoid unused variable warning when the variable is only used in debug build. However, it is not necessary because we can use c++17 [[maybe_unused]] instead.
ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh hseok82.oh@samsung.com