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
+5
View File
@@ -152,4 +152,9 @@
#include <unordered_map>
#include <unordered_set>
#include <vector>
#ifndef UNUSED
#define UNUSED(x) (void)(x)
#endif
#endif