Add an UNUSED macro to precompiled_header.hpp

This commit is contained in:
Rasmus Karlsson 2018-04-14 21:58:06 +02:00
parent a60e8265a5
commit 57e788422f

View file

@ -152,4 +152,9 @@
#include <unordered_map> #include <unordered_map>
#include <unordered_set> #include <unordered_set>
#include <vector> #include <vector>
#ifndef UNUSED
#define UNUSED(x) (void)(x)
#endif
#endif #endif