File unused.hpp
File List > mediapipe > util > unused.hpp
Go to the documentation of this file
#pragma once
#define UNUSED(expr) do { (void)(expr); } while (0)
File List > mediapipe > util > unused.hpp
Go to the documentation of this file
#pragma once
#define UNUSED(expr) do { (void)(expr); } while (0)