mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Add an UNUSED macro to precompiled_header.hpp
This commit is contained in:
parent
a60e8265a5
commit
57e788422f
1 changed files with 5 additions and 0 deletions
|
@ -152,4 +152,9 @@
|
|||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#include <vector>
|
||||
|
||||
#ifndef UNUSED
|
||||
#define UNUSED(x) (void)(x)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue